mirror of https://github.com/Icinga/icinga2.git
configconvert: enable debug consolelogger for config test
This commit is contained in:
parent
38a8ad3156
commit
b772c52509
|
@ -28,4 +28,8 @@ library "compat"
|
|||
local object CompatComponent "compat" { }
|
||||
local object CompatLog "compat-log" { }
|
||||
|
||||
local object ConsoleLogger "my-debug-log" {
|
||||
severity = "debug"
|
||||
}
|
||||
|
||||
include "conf/*.conf"
|
||||
|
|
Loading…
Reference in New Issue