From 5bc3b02758da707a001584022055126417bebef5 Mon Sep 17 00:00:00 2001 From: Gunnar Beutner Date: Fri, 22 Nov 2013 08:16:16 +0100 Subject: [PATCH] Fix syntax error in debuglog.conf Fixes #5122 --- etc/icinga2/features-available/debuglog.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/icinga2/features-available/debuglog.conf b/etc/icinga2/features-available/debuglog.conf index e6af122a2..656b8f7be 100644 --- a/etc/icinga2/features-available/debuglog.conf +++ b/etc/icinga2/features-available/debuglog.conf @@ -6,6 +6,6 @@ object FileLogger "debug-file" { severity = "debug", - path = (IcingaLocalStateDir + "/log/icinga2/debug.log" + path = (IcingaLocalStateDir + "/log/icinga2/debug.log") }