Remove path spec from the console logger.

This commit is contained in:
Gunnar Beutner 2012-10-11 10:27:58 +02:00
parent 6db4f2c3bc
commit a63ef86869
1 changed files with 0 additions and 1 deletions

View File

@ -25,7 +25,6 @@ local object IcingaApplication "icinga" {
*/ */
local object Logger "my-debug-log" { local object Logger "my-debug-log" {
type = "console", type = "console",
path = "./var/log/icinga2/icinga2.log",
severity = "debug" severity = "debug"
} }