15 lines
205 B
Text
15 lines
205 B
Text
|
/var/log/haproxy*.log
|
||
|
{
|
||
|
rotate 4
|
||
|
weekly
|
||
|
missingok
|
||
|
notifempty
|
||
|
compress
|
||
|
delaycompress
|
||
|
sharedscripts
|
||
|
postrotate
|
||
|
reload rsyslog >/dev/null 2>&1 || true
|
||
|
endscript
|
||
|
}
|
||
|
|