]> granicus.if.org Git - icinga2/commitdiff
configconvert: disable debug logging by default
authorMichael Friedrich <michael.friedrich@netways.de>
Mon, 24 Jun 2013 13:19:13 +0000 (15:19 +0200)
committerMichael Friedrich <michael.friedrich@netways.de>
Mon, 24 Jun 2013 13:19:40 +0000 (15:19 +0200)
contrib/configconvert/icinga2-conv.conf
contrib/configconvert/run_icinga2

index e0eac984927f33b11f80c0243602da62722ee3f3..c9f86de7ac056c153dad9f6ad6fca5123db607e7 100644 (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"
index e5095234f68ba952e85177b1d0af4aa5eeda6b26..152e73b6315d9222f4fdff1109cd160361ff58f1 100755 (executable)
@@ -3,4 +3,4 @@
 ICINGA2BIN="$HOME/i2/sbin/icinga2"
 ICINGA2CONF="./icinga2-conv.conf"
 
-$ICINGA2BIN -x -c $ICINGA2CONF
+$ICINGA2BIN -c $ICINGA2CONF