X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/55541f7cbea84613a5278eaf4165302f1e70b321..32ff132f4a253c6a711ad490643b501d0692e78e:/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 b5e9d2ac3..ba7a5bc3f 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,13 +19,3 @@ notifempty create 640 www-data adm } - -<%= node[:nominatim][:logdir] %>/restricted_ips.log { - weekly - missingok - rotate 5 - compress - delaycompress - notifempty - create 660 nominatim adm -}