mirror of https://github.com/Icinga/icinga2.git
configconvert: disable debug logging by default
This commit is contained in:
parent
96df47ed01
commit
5049762ebe
|
@ -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"
|
||||
|
|
|
@ -3,4 +3,4 @@
|
|||
ICINGA2BIN="$HOME/i2/sbin/icinga2"
|
||||
ICINGA2CONF="./icinga2-conv.conf"
|
||||
|
||||
$ICINGA2BIN -x -c $ICINGA2CONF
|
||||
$ICINGA2BIN -c $ICINGA2CONF
|
||||
|
|
Loading…
Reference in New Issue