From ce09413670e9cf3fef773c6ca00ee5798dd347ee Mon Sep 17 00:00:00 2001 From: Sarah Hoffmann Date: Sun, 1 Dec 2019 15:53:25 +0100 Subject: [PATCH 1/1] nominatim: keep update logs for a year --- cookbooks/nominatim/templates/default/logrotate.nominatim.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbooks/nominatim/templates/default/logrotate.nominatim.erb b/cookbooks/nominatim/templates/default/logrotate.nominatim.erb index b5e9d2ac3..e1fc71416 100644 --- a/cookbooks/nominatim/templates/default/logrotate.nominatim.erb +++ b/cookbooks/nominatim/templates/default/logrotate.nominatim.erb @@ -3,7 +3,7 @@ <%= node[:nominatim][:logdir] %>/update.log { weekly missingok - rotate 5 + rotate 30 compress delaycompress notifempty -- 2.45.1