diff options
| author | Can Eldem <celdem@gitlab.com> | 2020-04-03 09:31:21 +0000 |
|---|---|---|
| committer | Can Eldem <celdem@gitlab.com> | 2020-04-03 09:31:21 +0000 |
| commit | 93a00df11d79c9f59141ff42ce05ab3b3d329375 (patch) | |
| tree | d723aadc00939ebcea7117964df6ce8e277531e5 /README.md | |
| parent | 2d200e2bcecb91eadc5ee211f5bb65aafa645054 (diff) | |
| parent | 338d323dbfd3f53d471abbf7baea94d42a5198d4 (diff) | |
Merge branch 'log-level' into 'master'v3.6.0
Allow tuning the amount of log output that is generated.
See merge request gitlab-org/security-products/license-management!132
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) |
