summaryrefslogtreecommitdiff
path: root/debian/apache2.logrotate
diff options
context:
space:
mode:
authorStefan Fritsch <sf@sfritsch.de>2014-09-21 22:53:56 +0200
committerStefan Fritsch <sf@sfritsch.de>2014-09-21 22:55:44 +0200
commit113c75f5ceac07f3f6d26d20b78b478ac1cff066 (patch)
tree022c31caeec0dfef103e5869849fcca39098d847 /debian/apache2.logrotate
parent43246416719180f3941fd2aa3e74c8b917dc0d7b (diff)
downloadapache2-113c75f5ceac07f3f6d26d20b78b478ac1cff066.tar.gz
reduce number of kept logs to 14 daily logs
More privacy is better and Matt's analysis showed that even 7 days should be enough for common log analysis tools.
Diffstat (limited to 'debian/apache2.logrotate')
-rw-r--r--debian/apache2.logrotate2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/apache2.logrotate b/debian/apache2.logrotate
index f5871928..c0cc58a8 100644
--- a/debian/apache2.logrotate
+++ b/debian/apache2.logrotate
@@ -1,7 +1,7 @@
/var/log/apache2/*.log {
daily
missingok
- rotate 31
+ rotate 14
compress
delaycompress
notifempty