diff options
| author | mo khan <mo.khan@gmail.com> | 2020-04-02 13:46:55 -0600 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-04-02 13:55:14 -0600 |
| commit | 338d323dbfd3f53d471abbf7baea94d42a5198d4 (patch) | |
| tree | d723aadc00939ebcea7117964df6ce8e277531e5 /README.md | |
| parent | 2d200e2bcecb91eadc5ee211f5bb65aafa645054 (diff) | |
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
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |
