summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorCan Eldem <celdem@gitlab.com>2020-04-03 09:31:21 +0000
committerCan Eldem <celdem@gitlab.com>2020-04-03 09:31:21 +0000
commit93a00df11d79c9f59141ff42ce05ab3b3d329375 (patch)
treed723aadc00939ebcea7117964df6ce8e277531e5 /README.md
parent2d200e2bcecb91eadc5ee211f5bb65aafa645054 (diff)
parent338d323dbfd3f53d471abbf7baea94d42a5198d4 (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.md1
1 files changed, 1 insertions, 0 deletions
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)