]> granicus.if.org Git - icinga2/commitdiff
Config: add Logger to win32 config too, for debug console
authorMichael Friedrich <michael.friedrich@gmail.com>
Thu, 11 Oct 2012 22:43:39 +0000 (00:43 +0200)
committerMichael Friedrich <michael.friedrich@gmail.com>
Thu, 11 Oct 2012 22:43:39 +0000 (00:43 +0200)
icinga-app/config/icinga2.conf.win32

index f30b772a17c3862bef023aec21b87cae8cce8d63..ce13e9e0e47e30d06b77edc0db684a7af66cf242 100644 (file)
@@ -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.
  */