]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/nominatim/templates/default/logrotate.nominatim.erb
nominatim: complete rework of the setup
[chef.git] / cookbooks / nominatim / templates / default / logrotate.nominatim.erb
index 0aa8644a2f7d9b7e80757ce575738e1b1d1471e7..ba7a5bc3f590a2b99b84efc52f776c2383998ccc 100644 (file)
@@ -3,7 +3,7 @@
 <%= node[:nominatim][:logdir] %>/update.log {
   weekly
   missingok
-  rotate 5
+  rotate 30
   compress
   delaycompress
   notifempty
   notifempty
   create 640 www-data adm
 }
-
-<%= node[:nominatim][:logdir] %>/restricted_ips.log {
-  weekly
-  missingok
-  rotate 5
-  compress
-  delaycompress
-  notifempty
-  create 640 nominatim adm
-}