Change logrotate defaults to daily/rotate 7, which works better with logcheck

This commit is contained in:
Isaac Connor 2016-01-08 09:59:03 -05:00
parent d96757ba13
commit 5ce26ac4df
1 changed files with 3 additions and 3 deletions

View File

@ -1,10 +1,10 @@
/var/log/zm/*log {
/var/log/zm/*.log {
missingok
notifempty
sharedscripts
postrotate
/usr/bin/zmpkg.pl logrot >>/dev/null 2>&1 || :
endscript
weekly
rotate 3
daily
rotate 7
}