2019/monitoring/icinga2/features-enabled/mainlog.conf

9 lines
159 B
Plaintext

/**
* The FileLogger type writes log information to a file.
*/
object FileLogger "main-log" {
severity = "information"
path = LogDir + "/icinga2.log"
}