]> granicus.if.org Git - icinga2/commitdiff
Fix syntax error in debuglog.conf
authorGunnar Beutner <gunnar.beutner@netways.de>
Fri, 22 Nov 2013 07:16:16 +0000 (08:16 +0100)
committerGunnar Beutner <gunnar.beutner@netways.de>
Fri, 22 Nov 2013 07:16:16 +0000 (08:16 +0100)
Fixes #5122

etc/icinga2/features-available/debuglog.conf

index e6af122a2d1950b90b8c28d6b81ceb47422fa0b8..656b8f7be556e3dbd5f3a25344d572149d64555d 100644 (file)
@@ -6,6 +6,6 @@
 
 object FileLogger "debug-file" {
   severity = "debug",
-  path = (IcingaLocalStateDir + "/log/icinga2/debug.log"
+  path = (IcingaLocalStateDir + "/log/icinga2/debug.log")
 }