13 lines
254 B
Plaintext
13 lines
254 B
Plaintext
/var/log/rabbitmq/*.log {
|
|
weekly
|
|
missingok
|
|
rotate 20
|
|
compress
|
|
delaycompress
|
|
notifempty
|
|
sharedscripts
|
|
postrotate
|
|
/usr/sbin/rabbitmqctl rotate_logs > /dev/null
|
|
endscript
|
|
}
|