13 lines
262 B
Plaintext
13 lines
262 B
Plaintext
|
/var/log/rabbitmq/*.log {
|
||
|
weekly
|
||
|
missingok
|
||
|
rotate 20
|
||
|
compress
|
||
|
delaycompress
|
||
|
notifempty
|
||
|
sharedscripts
|
||
|
postrotate
|
||
|
/sbin/service rabbitmq-server rotate-logs > /dev/null
|
||
|
endscript
|
||
|
}
|