# The packaged baseline configuration logs to standard output, so these files
# exist only after the optional syslog integration has been enabled.
/var/log/haproxy.log /var/log/haproxy/*.log {
    daily
    rotate 10
    missingok
    compress
    delaycompress
    notifempty
    sharedscripts
    postrotate
        systemctl try-reload-or-restart rsyslog.service syslog-ng.service >/dev/null 2>&1 || :
    endscript
}
