X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/e616d9d213ad09a0640adf998efc71feedb70753..aff3fbe6802d93a8deae8fa2637589c8d28f6681:/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 fda755c64..a14042e47 100644 --- a/cookbooks/nominatim/templates/default/logrotate.nominatim.erb +++ b/cookbooks/nominatim/templates/default/logrotate.nominatim.erb @@ -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 +}