From 5049762ebe97f552bb1edf05b09db65a5fe4f9ce Mon Sep 17 00:00:00 2001 From: Michael Friedrich Date: Mon, 24 Jun 2013 15:19:13 +0200 Subject: [PATCH] configconvert: disable debug logging by default --- contrib/configconvert/icinga2-conv.conf | 2 ++ contrib/configconvert/run_icinga2 | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/contrib/configconvert/icinga2-conv.conf b/contrib/configconvert/icinga2-conv.conf index e0eac9849..c9f86de7a 100644 --- a/contrib/configconvert/icinga2-conv.conf +++ b/contrib/configconvert/icinga2-conv.conf @@ -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" diff --git a/contrib/configconvert/run_icinga2 b/contrib/configconvert/run_icinga2 index e5095234f..152e73b63 100755 --- a/contrib/configconvert/run_icinga2 +++ b/contrib/configconvert/run_icinga2 @@ -3,4 +3,4 @@ ICINGA2BIN="$HOME/i2/sbin/icinga2" ICINGA2CONF="./icinga2-conv.conf" -$ICINGA2BIN -x -c $ICINGA2CONF +$ICINGA2BIN -c $ICINGA2CONF -- 2.50.0