@ICINGA2_LOGDIR@/icinga2.log @ICINGA2_LOGDIR@/debug.log { daily rotate 7@LOGROTATE_USE_SU@ compress delaycompress missingok notifempty@LOGROTATE_CREATE@ postrotate @CMAKE_INSTALL_FULL_SBINDIR@/icinga2 internal signal --sig SIGUSR1 --pid "$(cat @ICINGA2_INITRUNDIR@/icinga2.pid 2> /dev/null)" 2> /dev/null || true endscript } @ICINGA2_LOGDIR@/error.log { daily rotate 90@LOGROTATE_USE_SU@ compress delaycompress missingok notifempty@LOGROTATE_CREATE@ # TODO: figure out how to get Icinga to re-open this log file }