From: Michael Friedrich Date: Mon, 24 Jun 2013 12:55:18 +0000 (+0200) Subject: configconvert: enable debug consolelogger for config test X-Git-Tag: v0.0.2~71 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b772c5250916b1c7cbe3b462382ebb85977d3153;p=icinga2 configconvert: enable debug consolelogger for config test --- diff --git a/contrib/configconvert/icinga2-conv.conf b/contrib/configconvert/icinga2-conv.conf index 5bb89294c..e0eac9849 100644 --- a/contrib/configconvert/icinga2-conv.conf +++ b/contrib/configconvert/icinga2-conv.conf @@ -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"