compose-website/dockerfiles/rsyslog/haproxy

15 lines
205 B
Text
Raw Normal View History

2015-02-16 16:33:03 +00:00
/var/log/haproxy*.log
{
rotate 4
weekly
missingok
notifempty
compress
delaycompress
sharedscripts
postrotate
reload rsyslog >/dev/null 2>&1 || true
endscript
}