File: logrotate.conf

package info (click to toggle)
haproxy 3.3.6-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 24,704 kB
  • sloc: ansic: 276,528; sh: 3,630; xml: 1,756; python: 1,345; makefile: 1,167; perl: 168; cpp: 21
file content (11 lines) | stat: -rw-r--r-- 221 bytes parent folder | download | duplicates (5)
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
}