From a4e8df6b3fc6032a5974f394fa6ab0f9d8fb00f9 Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Tue, 17 May 2022 16:09:32 +0200 Subject: [PATCH] Example config: Document logging --- config.example.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.example.yml b/config.example.yml index 9c35c54e..72744cb1 100644 --- a/config.example.yml +++ b/config.example.yml @@ -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'.