From b772c5250916b1c7cbe3b462382ebb85977d3153 Mon Sep 17 00:00:00 2001 From: Michael Friedrich Date: Mon, 24 Jun 2013 14:55:18 +0200 Subject: [PATCH] configconvert: enable debug consolelogger for config test --- contrib/configconvert/icinga2-conv.conf | 4 ++++ 1 file changed, 4 insertions(+) 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"