diff --git a/systemvm/patches/debian/config/etc/logrotate.d/apache2 b/systemvm/patches/debian/config/etc/logrotate.d/apache2 index aeee66b5f8f..14c9675672d 100644 --- a/systemvm/patches/debian/config/etc/logrotate.d/apache2 +++ b/systemvm/patches/debian/config/etc/logrotate.d/apache2 @@ -1,13 +1,9 @@ /var/log/apache2/*.log { - daily - missingok - rotate 5 - compress - delaycompress - notifempty - create 640 root adm - sharedscripts - postrotate - /etc/init.d/apache2 reload > /dev/null - endscript + missingok + copytruncate + rotate 3 + compress + dateext + size=+10M + notifempty }