Skip to content

Commit

Permalink
Document WARN log level (#2027)
Browse files Browse the repository at this point in the history
  • Loading branch information
yahavi authored Jun 11, 2023
1 parent 066dcd4 commit 47635ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/common/env.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.`

Expand Down
2 changes: 1 addition & 1 deletion documentation/JFrog-CLI.md
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ JFrog CLI makes use of the following environment variables:
| | |
|------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| **Variable Name** | **Description** |
| **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. |
| **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. |
| **JFROG_CLI_LOG_TIMESTAMP** | \[Default: TIME\]<br><br>Controls the log messages timestamp format. Possible values are: TIME, DATE\_AND\_TIME, and OFF. |
| **JFROG_CLI_HOME_DIR** | \[Default: ~/.jfrog\]<br><br>Defines the JFrog CLI home directory. |
| **JFROG_CLI_TEMP_DIR** | \[Default: The operating system's temp directory\]<br><br>Defines the temp directory used by JFrog CLI. |
Expand Down

0 comments on commit 47635ef

Please sign in to comment.