Skip to content

Commit 47635ef

Browse files
authored
Document WARN log level (#2027)
1 parent 066dcd4 commit 47635ef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: docs/common/env.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const (
1010
JfrogCliLogLevel = ` JFROG_CLI_LOG_LEVEL
1111
[Default: INFO]
1212
This variable determines the log level of the JFrog CLI.
13-
Possible values are: INFO, ERROR, and DEBUG.
13+
Possible values are: DEBUG, INFO, WARN and ERROR.
1414
If set to ERROR, JFrog CLI logs error messages only.
1515
It is useful when you wish to read or parse the JFrog CLI output and do not want any other information logged.`
1616

Diff for: documentation/JFrog-CLI.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ JFrog CLI makes use of the following environment variables:
290290
| | |
291291
|------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
292292
| **Variable Name** | **Description** |
293-
| **JFROG_CLI_LOG_LEVEL** | \[Default: INFO\]<br><br>This variable determines the log level of the JFrog CLI. <br>Possible values are: INFO, ERROR, and DEBUG. <br>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. |
293+
| **JFROG_CLI_LOG_LEVEL** | \[Default: INFO\]<br><br>This variable determines the log level of the JFrog CLI. <br>Possible values are: DEBUG, INFO, WARN and ERROR. <br>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. |
294294
| **JFROG_CLI_LOG_TIMESTAMP** | \[Default: TIME\]<br><br>Controls the log messages timestamp format. Possible values are: TIME, DATE\_AND\_TIME, and OFF. |
295295
| **JFROG_CLI_HOME_DIR** | \[Default: ~/.jfrog\]<br><br>Defines the JFrog CLI home directory. |
296296
| **JFROG_CLI_TEMP_DIR** | \[Default: The operating system's temp directory\]<br><br>Defines the temp directory used by JFrog CLI. |

0 commit comments

Comments
 (0)