Logrotate

Some logrotate  are not working properly

added “/var/log/xxx/*/errors” into /etc/logrotate.d/xxx
and change to weekly

/usr/local/zeus/web/log/errors /var/log/xxx/*/errors {
weekly
rotate 8
missingok
create 0644 nobody nobody
compress
}

Leave a Reply

Your email address will not be published.