X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/2cbbd3f2b8bed8cf096170137045d9721452745d..ebcf085695579bfb93436e91dc1fe3e60fcee0cf:/cookbooks/nominatim/templates/default/logrotate.nominatim.erb diff --git a/cookbooks/nominatim/templates/default/logrotate.nominatim.erb b/cookbooks/nominatim/templates/default/logrotate.nominatim.erb index 7097e432d..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 @@ -19,3 +19,13 @@ notifempty create 640 www-data adm } + +<%= node[:nominatim][:logdir] %>/restricted_ips.log { + weekly + missingok + rotate 5 + compress + delaycompress + notifempty + create 660 nominatim adm +}