diff --git a/docs/common/env.go b/docs/common/env.go index 2f5cc2d4b..7e016e24c 100644 --- a/docs/common/env.go +++ b/docs/common/env.go @@ -10,7 +10,7 @@ const ( JfrogCliLogLevel = ` JFROG_CLI_LOG_LEVEL [Default: INFO] This variable determines the log level of the JFrog CLI. - Possible values are: INFO, ERROR, and DEBUG. + Possible values are: DEBUG, INFO, WARN and ERROR. If set to ERROR, JFrog CLI logs error messages only. It is useful when you wish to read or parse the JFrog CLI output and do not want any other information logged.` diff --git a/documentation/JFrog-CLI.md b/documentation/JFrog-CLI.md index cf56800c9..e54196056 100644 --- a/documentation/JFrog-CLI.md +++ b/documentation/JFrog-CLI.md @@ -290,7 +290,7 @@ JFrog CLI makes use of the following environment variables: | | | |------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | **Variable Name** | **Description** | -| **JFROG_CLI_LOG_LEVEL** | \[Default: INFO\]

This variable determines the log level of the JFrog CLI.
Possible values are: INFO, ERROR, and DEBUG.
If set to ERROR, JFrog CLI logs error messages only. It is useful when you wish to read or parse the JFrog CLI output and do not want any other information logged. | +| **JFROG_CLI_LOG_LEVEL** | \[Default: INFO\]

This variable determines the log level of the JFrog CLI.
Possible values are: DEBUG, INFO, WARN and ERROR.
If set to ERROR, JFrog CLI logs error messages only. It is useful when you wish to read or parse the JFrog CLI output and do not want any other information logged. | | **JFROG_CLI_LOG_TIMESTAMP** | \[Default: TIME\]

Controls the log messages timestamp format. Possible values are: TIME, DATE\_AND\_TIME, and OFF. | | **JFROG_CLI_HOME_DIR** | \[Default: ~/.jfrog\]

Defines the JFrog CLI home directory. | | **JFROG_CLI_TEMP_DIR** | \[Default: The operating system's temp directory\]

Defines the temp directory used by JFrog CLI. |