X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/827477f709bcc1a8449b6c07b39509fe050c1077..54817d1f97d837a7b740c805661388a03b8ffe22:/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 497cb41cf..1ff28a631 100644 --- a/cookbooks/nominatim/templates/default/logrotate.nominatim.erb +++ b/cookbooks/nominatim/templates/default/logrotate.nominatim.erb @@ -1,15 +1,5 @@ # DO NOT EDIT - This file is being maintained by Chef -<%= node[:nominatim][:logdir] %>/update.log { - weekly - missingok - rotate 30 - compress - delaycompress - notifempty - create 640 nominatim adm -} - <%= node[:nominatim][:logdir] %>/query.log { weekly missingok @@ -17,10 +7,8 @@ compress delaycompress notifempty -<% if node[:nominatim][:api_flavour] == "python" %> postrotate systemctl reload nominatim.service endscript -<% end -%> create 640 www-data adm }