# DO NOT EDIT - This file is being maintained by Chef
-/var/log/nominatim/update.log {
+<%= node[:nominatim][:logdir] %>/query.log {
weekly
missingok
- rotate 12
+ rotate 8
compress
delaycompress
notifempty
- create 640 nominatim adm
+ postrotate
+ systemctl reload nominatim.service
+ endscript
+ create 640 www-data adm
}