From 338d323dbfd3f53d471abbf7baea94d42a5198d4 Mon Sep 17 00:00:00 2001 From: mo khan Date: Thu, 2 Apr 2020 13:46:55 -0600 Subject: Add option to change the log level * Add CHANGELOG entry and bump version * Change default log level to `warn` * Log stderr output if exit status is not successful --- README.md | 1 + 1 file changed, 1 insertion(+) (limited to 'README.md') diff --git a/README.md b/README.md index 11e62ec..c1820a5 100644 --- a/README.md +++ b/README.md @@ -112,6 +112,7 @@ The License Management tool can be customized with environments variables for so | LICENSE_FINDER_CLI_OPTS | * | Additional arguments for the `license_finder` executable. | | LM_JAVA_VERSION | Java (Maven) | Version of Java. If set to `11`, Maven and Gradle use Java 11 instead of Java 8. | | LM_PYTHON_VERSION | Python | Version of Python. If set to `3`, dependencies are installed using Python 3 instead of Python 2.7. | +| LOG_LEVEL | * | Control the verbosity of the logs. (`debug`, `info`, `warn` (default), `error`, `fatal`) | Inject the required environment variables to the docker command using the [`--env` option flag](https://docs.docker.com/engine/reference/commandline/run/#set-environment-variables--e---env---env-file) -- cgit v1.2.3