Fix syntax error in debuglog.conf

Fixes #5122
This commit is contained in:
Gunnar Beutner 2013-11-22 08:16:16 +01:00
parent 45161fe66d
commit 5bc3b02758
1 changed files with 1 additions and 1 deletions

View File

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