blob: f902ed185ff68f1a50e33cb94d0fc0af5e9f6b5c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
/var/log/rabbitmq/*.log {
weekly
missingok
rotate 20
compress
delaycompress
notifempty
sharedscripts
postrotate
/usr/sbin/rabbitmqctl rotate_logs > /dev/null
endscript
}
|