X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/51a6087726de83e667061b3a97194e94ea130779..027e6c6a30ad50302390f6ea56d3bbf7a49f4fdf:/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 0aa8644a2..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 @@ -27,5 +27,5 @@ compress delaycompress notifempty - create 640 nominatim adm + create 660 nominatim adm }