]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/nominatim/templates/default/nominatim.erb
nominatim: enable file-based query log and log rotation
[chef.git] / cookbooks / nominatim / templates / default / nominatim.erb
index d05c8f558465f2a24617c287a56181c6f71b129d..591f826e549b1c9af0b05f1c5a0aa87e5bea8cfa 100644 (file)
@@ -9,3 +9,5 @@ else
 
 @define('CONST_Postgresql_Version', '<%= @postgres_version %>');
 @define('CONST_Postgis_Version', '<%= node[:nominatim][:database][:postgis] %>');
+
+@define('CONST_Log_File', '/var/log/nominatim/query.log');