From 149540095c8c9b874b7fa96ab48a4fcae839ef98 Mon Sep 17 00:00:00 2001 From: Sarah Hoffmann Date: Sat, 19 Nov 2016 19:55:59 +0100 Subject: [PATCH 1/1] nominatim: reduce number of logs kept --- cookbooks/nominatim/templates/default/logrotate.apache.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbooks/nominatim/templates/default/logrotate.apache.erb b/cookbooks/nominatim/templates/default/logrotate.apache.erb index 7f28a2047..4948b5ce1 100644 --- a/cookbooks/nominatim/templates/default/logrotate.apache.erb +++ b/cookbooks/nominatim/templates/default/logrotate.apache.erb @@ -3,7 +3,7 @@ /var/log/apache2/*.log { weekly missingok - rotate 8 + rotate 6 compress delaycompress notifempty -- 2.43.2