From e6bf028185f917d9504f41c0aaa49738537c505b Mon Sep 17 00:00:00 2001 From: Sarah Hoffmann Date: Tue, 29 Oct 2024 09:00:39 +0100 Subject: [PATCH] nominatim: reduce log file retention --- cookbooks/nominatim/templates/default/logrotate.nginx.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbooks/nominatim/templates/default/logrotate.nginx.erb b/cookbooks/nominatim/templates/default/logrotate.nginx.erb index e0eed7ffd..1374fcd46 100644 --- a/cookbooks/nominatim/templates/default/logrotate.nginx.erb +++ b/cookbooks/nominatim/templates/default/logrotate.nginx.erb @@ -17,7 +17,7 @@ <%= node[:nominatim][:logdir] %>/nominatim.openstreetmap.org-*.log { daily missingok - rotate 28 + rotate 14 compress delaycompress notifempty -- 2.39.5