X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/e616d9d213ad09a0640adf998efc71feedb70753..06d02b06b5618a0e5cca6013e523d03351ea975c:/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 +}