mirror of https://github.com/Icinga/icinga2.git
Config: add Logger to win32 config too, for debug console
This commit is contained in:
parent
abcf7672c4
commit
a2f099e0d0
|
@ -20,6 +20,14 @@ local object IcingaApplication "icinga" {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Advanced logging settings
|
||||||
|
*/
|
||||||
|
local object Logger "my-debug-log" {
|
||||||
|
type = "console",
|
||||||
|
severity = "debug"
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The checker component takes care of executing service checks.
|
* The checker component takes care of executing service checks.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue