mirror of https://github.com/Icinga/icinga2.git
Remove path spec from the console logger.
This commit is contained in:
parent
6db4f2c3bc
commit
a63ef86869
|
@ -25,7 +25,6 @@ local object IcingaApplication "icinga" {
|
|||
*/
|
||||
local object Logger "my-debug-log" {
|
||||
type = "console",
|
||||
path = "./var/log/icinga2/icinga2.log",
|
||||
severity = "debug"
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue