Config: add Logger to win32 config too, for debug console

This commit is contained in:
Michael Friedrich 2012-10-12 00:43:39 +02:00
parent abcf7672c4
commit a2f099e0d0
1 changed files with 8 additions and 0 deletions

View File

@ -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.
*/