]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/nominatim/templates/default/logrotate.nominatim.erb
nominatim: temporarily disable cleanup of WAL archive
[chef.git] / cookbooks / nominatim / templates / default / logrotate.nominatim.erb
index fda755c64ac3cb8b2ee06c3a590190226e1507eb..a14042e4766f78b9b6ccfe00535edc5fdd9cd68e 100644 (file)
@@ -9,3 +9,13 @@
   notifempty
   create 640 nominatim adm
 }
+
+/var/log/nominatim/query.log {
+  weekly
+  missingok
+  rotate 52
+  compress
+  delaycompress
+  notifempty
+  create 640 www-data adm
+}