summaryrefslogtreecommitdiffstats
path: root/etc/icinga2/features-available/mainlog.conf
blob: a3bb19dabe6795383626776c22349a265f1a8b33 (plain)
1
2
3
4
5
6
7
8
/**
 * The FileLogger type writes log information to a file.
 */

object FileLogger "main-log" {
  severity = "information"
  path = LogDir + "/icinga2.log"
}