listing all possible log levels

This commit is contained in:
Yannick 2024-12-15 15:29:09 +01:00 committed by GitHub
parent 9232ceb77e
commit 3e3a7c6f2a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -96,6 +96,8 @@ log [<logger_name>] {
- **level** <span id="level"/> is the minimum entry level to log. Default: `INFO`. - **level** <span id="level"/> is the minimum entry level to log. Default: `INFO`.
Possible levels: `DEBUG`, `INFO`, `WARN`, `ERROR`, `PANIC`, and `FATAL`
Note that access logs currently only emit `INFO` and `ERROR` level logs. Note that access logs currently only emit `INFO` and `ERROR` level logs.