]> git.donarmstrong.com Git - wannabuild.git/blob - etc/logrotate.conf
Don't count Auto-Not-For-Us in stats for the graphs
[wannabuild.git] / etc / logrotate.conf
1 /srv/wanna-build/db/merge.*.log {
2        weekly
3        rotate 30
4        size 50M
5        copytruncate
6        delaycompress
7        compress
8        notifempty
9        missingok
10        create 640 wbadm wbadm
11 }
12