From 622bbca4c243f3d3e9b4220bac8073cd4fa8fa0f Mon Sep 17 00:00:00 2001 From: Jeremy Lecour Date: Fri, 12 Feb 2021 18:05:43 +0100 Subject: [PATCH] apache: rotate logs daily instead of weekly --- CHANGELOG.md | 1 + apache/defaults/main.yml | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b1951612..955bb52c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,7 @@ The **patch** part changes incrementally at each release. ### Changed +* apache: rotate logs daily instead of weekly * certbot: use a fixed 1.9.0 version of the certbot-auto script (renamed "letsencrypt-auto") * cerbot: use the legacy script on Debian 8 and 9 * evoacme: upstream release 21.01 diff --git a/apache/defaults/main.yml b/apache/defaults/main.yml index 8b7a15a3..e49dbc20 100644 --- a/apache/defaults/main.yml +++ b/apache/defaults/main.yml @@ -21,5 +21,5 @@ apache_munin_include: True general_alert_email: "root@localhost" log2mail_alert_email: Null -apache_logrotate_frequency: weekly -apache_logrotate_rotate: 52 +apache_logrotate_frequency: daily +apache_logrotate_rotate: 365