summaryrefslogtreecommitdiffstats
path: root/debian/logrotate.conf
blob: 0086ee13b3d5e31cccf41b8734d2dfb625da352b (plain)
1
2
3
4
5
6
7
8
9
10
11
/var/log/haproxy.log {
    daily
    rotate 7
    missingok
    notifempty
    compress
    delaycompress
    postrotate
        [ ! -x /usr/lib/rsyslog/rsyslog-rotate ] || /usr/lib/rsyslog/rsyslog-rotate
    endscript
}