etc/logrotate.conf: Actually rotate log files sometimes.
[mirror-admin] / etc / logrotate.conf
index 44f00d4..601aeb5 100644 (file)
@@ -2,10 +2,10 @@
 ###
 ### Log rotation configuration for mirrors.
 
-compress
-rotate 31
-minsize 4194304
-daily
-
-/mnt/ftp/mirror-admin/log/*.log {
+/var/lib/mirror-admin/log/*.log {
+       compress
+       rotate 8
+       notifempty
+       weekly
+       create 0644
 }