From: Michael Friedrich Date: Thu, 11 Oct 2012 22:43:39 +0000 (+0200) Subject: Config: add Logger to win32 config too, for debug console X-Git-Tag: v0.0.1~24 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a2f099e0d0feab5bfb84e709adbd4e8bd649955b;p=icinga2 Config: add Logger to win32 config too, for debug console --- diff --git a/icinga-app/config/icinga2.conf.win32 b/icinga-app/config/icinga2.conf.win32 index f30b772a1..ce13e9e0e 100644 --- a/icinga-app/config/icinga2.conf.win32 +++ b/icinga-app/config/icinga2.conf.win32 @@ -20,6 +20,14 @@ local object IcingaApplication "icinga" { } } +/** + * Advanced logging settings + */ +local object Logger "my-debug-log" { + type = "console", + severity = "debug" +} + /** * The checker component takes care of executing service checks. */