[apache2] 02/03: reduce number of kept logs to 14 daily logs

Stefan Fritsch sf at moszumanska.debian.org
Sun Sep 21 21:09:58 UTC 2014


This is an automated email from the git hooks/post-receive script.

sf pushed a commit to branch master
in repository apache2.

commit 113c75f5ceac07f3f6d26d20b78b478ac1cff066
Author: Stefan Fritsch <sf at sfritsch.de>
Date:   Sun Sep 21 22:53:56 2014 +0200

    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.
---
 debian/apache2.logrotate | 2 +-
 debian/changelog         | 7 ++++---
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/debian/apache2.logrotate b/debian/apache2.logrotate
index f587192..c0cc58a 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
diff --git a/debian/changelog b/debian/changelog
index 61d5536..5e64b00 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,12 +6,13 @@ apache2 (2.4.10-2) UNRELEASED; urgency=medium
       undoing or otherwise confusing modules that examined or modified
       request headers earlier.
       Adds "MergeTrailers" directive to restore legacy behavior.
+
   * Switch to apache2 providing the httpd and httpd-cgi virtual packages.
     The previously providing apache2-bin package lacks the configuration
     files. Closes: #756361
-  * Keep fewer logs by default. Instead of 52 weekly logs, keep 31 daily
-    logs. The daily rotation also has the advantage of regenerating things
-    like TLS session ticket keys more often. Closes: #759382
+  * Keep fewer logs by default. Instead of 52 weekly logs, keep 14 daily
+    logs. The daily graceful restart also has the advantage of regenerating
+    things like TLS session ticket keys more often. Closes: #759382
   * Clarify description of apache2 package. Closes: #755976
   * In the maintainer script helper, print out Apache's error message if
     the config check fails.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-apache/apache2.git



More information about the Pkg-apache-commits mailing list