Skip to content

Commit

Permalink
Docs: Fix default logging level (#6753)
Browse files Browse the repository at this point in the history
  • Loading branch information
N-o-Z authored Oct 11, 2023
1 parent a540105 commit 642511c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ This reference uses `.` to denote the nesting of values.
## Reference

* `logging.format` `(one of ["json", "text"] : "text")` - Format to output log message in
* `logging.level` `(one of ["TRACE", "DEBUG", "INFO", "WARN", "ERROR", "NONE"] : "DEBUG")` - Logging level to output
* `logging.level` `(one of ["TRACE", "DEBUG", "INFO", "WARN", "ERROR", "NONE"] : "INFO")` - Logging level to output
* `logging.audit_log_level` `(one of ["TRACE", "DEBUG", "INFO", "WARN", "ERROR", "NONE"] : "DEBUG")` - Audit logs level to output.

**Note:** In case you configure this field to be lower than the main logger level, you won't be able to get the audit logs
Expand Down

0 comments on commit 642511c

Please sign in to comment.