bin/run-mirrors: Run post scripts after mirror jobs.
[mirror-admin] / etc / logrotate.conf
1 ### -*-conf-*-
2 ###
3 ### Log rotation configuration for mirrors.
4
5 /var/lib/mirror-admin/log/*.log {
6 compress
7 rotate 8
8 notifempty
9 weekly
10 create 0644
11 }