etc/logrotate.conf: Actually rotate log files sometimes.
authorMark Wooding <mdw@distorted.org.uk>
Fri, 22 Feb 2013 01:12:32 +0000 (01:12 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Fri, 22 Feb 2013 01:14:32 +0000 (01:14 +0000)
Rather than have them grow to enormous size.  Blue moons are too
infrequent.

etc/logrotate.conf

index a67d4a2..601aeb5 100644 (file)
@@ -2,10 +2,10 @@
 ###
 ### Log rotation configuration for mirrors.
 
-compress
-rotate 31
-minsize 4194304
-daily
-
 /var/lib/mirror-admin/log/*.log {
+       compress
+       rotate 8
+       notifempty
+       weekly
+       create 0644
 }