chiark
/
gitweb
/
~mdw
/
mirror-admin
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Merge branch 'master' into distorted
[mirror-admin]
/
etc
/
logrotate.conf
diff --git
a/etc/logrotate.conf
b/etc/logrotate.conf
index 7294f61edf1442be3300c355aa54ba4e9494714e..ce3c186d3648763aac4ae124c086152aa5b99170 100644
(file)
--- a/
etc/logrotate.conf
+++ b/
etc/logrotate.conf
@@
-2,10
+2,10
@@
###
### Log rotation configuration for mirrors.
-compress
-rotate 31
-minsize 4194304
-daily
-
/var/lib/mirror/log/*.log {
+ compress
+ rotate 8
+ notifempty
+ weekly
+ create 0644
}