From: Gunnar Beutner Date: Thu, 11 Oct 2012 08:27:58 +0000 (+0200) Subject: Remove path spec from the console logger. X-Git-Tag: v0.0.1~27 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a63ef86869ef58c661936a926758eec3547ffa53;p=icinga2 Remove path spec from the console logger. --- diff --git a/icinga-app/config/icinga2.conf.dist b/icinga-app/config/icinga2.conf.dist index a67ad0fd1..42698f414 100644 --- a/icinga-app/config/icinga2.conf.dist +++ b/icinga-app/config/icinga2.conf.dist @@ -25,7 +25,6 @@ local object IcingaApplication "icinga" { */ local object Logger "my-debug-log" { type = "console", - path = "./var/log/icinga2/icinga2.log", severity = "debug" }