mirror of
https://github.com/Icinga/icingadb.git
synced 2026-05-28 04:35:54 -04:00
Example config: Document logging
This commit is contained in:
parent
44722df309
commit
a4e8df6b3f
1 changed files with 3 additions and 0 deletions
|
|
@ -35,6 +35,9 @@ redis:
|
|||
# If not specified, the standard Redis port '6379' is used instead.
|
||||
port: 6380
|
||||
|
||||
# Icinga DB logs its activities at various severity levels and any errors that occur either
|
||||
# on the console or in systemd's journal. The latter is used automatically when running under systemd.
|
||||
# In any case, the default log level is 'info'.
|
||||
logging:
|
||||
# Default logging level. Can be set to 'fatal', 'error', 'warn', 'info' or 'debug'.
|
||||
# If not set, defaults to 'info'.
|
||||
|
|
|
|||
Loading…
Reference in a new issue