Example config: Document logging

This commit is contained in:
Eric Lippmann 2022-05-17 16:09:32 +02:00
parent 44722df309
commit a4e8df6b3f

View file

@ -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'.