]> granicus.if.org Git - icinga2/commitdiff
configconvert: enable debug consolelogger for config test
authorMichael Friedrich <michael.friedrich@netways.de>
Mon, 24 Jun 2013 12:55:18 +0000 (14:55 +0200)
committerMichael Friedrich <michael.friedrich@netways.de>
Mon, 24 Jun 2013 13:19:40 +0000 (15:19 +0200)
contrib/configconvert/icinga2-conv.conf

index 5bb89294c0e5a6a7c20ecec1218d18d03c869d19..e0eac984927f33b11f80c0243602da62722ee3f3 100644 (file)
@@ -28,4 +28,8 @@ library "compat"
 local object CompatComponent "compat" { }
 local object CompatLog "compat-log" { }
 
+local object ConsoleLogger "my-debug-log" {
+    severity = "debug"
+}
+
 include "conf/*.conf"