mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-20 09:45:12 +03:00
12 lines
254 B
Text
12 lines
254 B
Text
/var/log/rabbitmq/*.log {
|
|
weekly
|
|
missingok
|
|
rotate 20
|
|
compress
|
|
delaycompress
|
|
notifempty
|
|
sharedscripts
|
|
postrotate
|
|
/usr/sbin/rabbitmqctl rotate_logs > /dev/null
|
|
endscript
|
|
}
|