From 8032b2d62ae05e08c61b2fb82c0175077eea450f Mon Sep 17 00:00:00 2001 From: Chiradeep Vittal Date: Thu, 13 Jan 2011 11:11:18 -0800 Subject: [PATCH] bug 7141: limit apache logs to 5 days --- patches/systemvm/debian/config/etc/logrotate.d/apache2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/patches/systemvm/debian/config/etc/logrotate.d/apache2 b/patches/systemvm/debian/config/etc/logrotate.d/apache2 index f2dd950bf26..aeee66b5f8f 100644 --- a/patches/systemvm/debian/config/etc/logrotate.d/apache2 +++ b/patches/systemvm/debian/config/etc/logrotate.d/apache2 @@ -1,7 +1,7 @@ /var/log/apache2/*.log { - weekly + daily missingok - rotate 52 + rotate 5 compress delaycompress notifempty