2019/monitoring/icinga2/features-enabled/mainlog.conf
Vladimir Vitkov d41084ea68 Initial icinga2 load
* Icinga2 config
 * Icingaweb2 config
 * Nginx location snippets

Most PHP modules installed. PHP is via php-fpm and on local socket
2019-10-24 00:05:56 +03:00

9 lines
159 B
Plaintext

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