Docs: Clarify that log level critical is just an alias for error (#107454)

Docs: Clarify that level = critical is just an alias for error
This commit is contained in:
Josh Hunt
2025-07-04 13:09:19 +01:00
committed by GitHub
parent 3ba2457a70
commit 76a21fb2e2
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -1121,7 +1121,7 @@ content_types = text/html
# Use space to separate multiple modes, e.g. "console file"
mode = console file
# Either "debug", "info", "warn", "error", "critical", default is "info"
# Either "debug", "info", "warn", "error". Default is "info"
level = info
# optional settings to set different levels for specific loggers. Ex filters = sqlstore:debug
+1 -1
View File
@@ -1105,7 +1105,7 @@
# Use space to separate multiple modes, e.g. "console file"
;mode = console file
# Either "debug", "info", "warn", "error", "critical", default is "info"
# Either "debug", "info", "warn", "error". Default is "info"
;level = info
# optional settings to set different levels for specific loggers. Ex filters = sqlstore:debug
@@ -1547,7 +1547,7 @@ Use spaces to separate multiple modes, for example, `console file`.
#### `level`
Options are `debug`, `info`, `warn`, `error`, and `critical`. Default is `info`.
Options are `debug`, `info`, `warn`, `error`. `critical` is an alias for `error`. Default is `info`.
#### `filters`
@@ -1576,7 +1576,7 @@ Only applicable when `console` is used in `[log]` mode.
#### `level`
Options are `debug`, `info`, `warn`, `error`, and `critical`. Default is inherited from `[log]` level.
See [`[log] level`](#level) for values. Default is inherited from `[log]` level.
#### `format`
@@ -1590,7 +1590,7 @@ Only applicable when `file` used in `[log]` mode.
#### `level`
Options are `debug`, `info`, `warn`, `error`, and `critical`. Default is inherited from `[log]` level.
See [`[log] level`](#level) for values. Default is inherited from `[log]` level.
#### `format`
@@ -1625,7 +1625,7 @@ Only applicable when `syslog` used in `[log]` mode.
#### `level`
Options are `debug`, `info`, `warn`, `error`, and `critical`. Default is inherited from `[log]` level.
See [`[log] level`](#level) for values. Default is inherited from `[log]` level.
#### `format`