]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/nominatim/templates/default/logrotate.nominatim.erb
devices: enable nvme.poll_queues if supported
[chef.git] / cookbooks / nominatim / templates / default / logrotate.nominatim.erb
index 0aa8644a2f7d9b7e80757ce575738e1b1d1471e7..497cb41cf402b26b211aa22626a2f04ed6368e7e 100644 (file)
@@ -3,7 +3,7 @@
 <%= node[:nominatim][:logdir] %>/update.log {
   weekly
   missingok
-  rotate 5
+  rotate 30
   compress
   delaycompress
   notifempty
   compress
   delaycompress
   notifempty
+<% if node[:nominatim][:api_flavour] == "python" %>
+  postrotate
+        systemctl reload nominatim.service
+  endscript
+<% end -%>
   create 640 www-data adm
 }
-
-<%= node[:nominatim][:logdir] %>/restricted_ips.log {
-  weekly
-  missingok
-  rotate 5
-  compress
-  delaycompress
-  notifempty
-  create 640 nominatim adm
-}