configconvert: disable debug logging by default

This commit is contained in:
Michael Friedrich 2013-06-24 15:19:13 +02:00
parent 96df47ed01
commit 5049762ebe
2 changed files with 3 additions and 1 deletions

View File

@ -28,8 +28,10 @@ library "compat"
local object CompatComponent "compat" { }
local object CompatLog "compat-log" { }
/*
local object ConsoleLogger "my-debug-log" {
severity = "debug"
}
*/
include "conf/*.conf"

View File

@ -3,4 +3,4 @@
ICINGA2BIN="$HOME/i2/sbin/icinga2"
ICINGA2CONF="./icinga2-conv.conf"
$ICINGA2BIN -x -c $ICINGA2CONF
$ICINGA2BIN -c $ICINGA2CONF