Files
MaxScale/etc/logrotate.d/maxscale_logrotate
2019-06-10 12:51:03 +03:00

12 lines
157 B
Plaintext

/var/log/maxscale/maxscale.log {
monthly
rotate 5
missingok
nocompress
sharedscripts
postrotate
kill -USR1 `cat /var/run/maxscale/maxscale.pid`
endscript
}