X-Git-Url: https://git.distorted.org.uk/~mdw/mirror-admin/blobdiff_plain/44295de912223f60a0e211ce80f1237e8ff3d601..07b4b1190defd33efa5d807ecb3a412eb5cba71e:/etc/logrotate.conf diff --git a/etc/logrotate.conf b/etc/logrotate.conf index 44f00d4..601aeb5 100644 --- a/etc/logrotate.conf +++ b/etc/logrotate.conf @@ -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 }