]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/nominatim/templates/default/nominatim.erb
do not back up country table
[chef.git] / cookbooks / nominatim / templates / default / nominatim.erb
index d05c8f558465f2a24617c287a56181c6f71b129d..2aa56437fbc12a7c9ee826fc4634e29182e4107d 100644 (file)
@@ -9,3 +9,6 @@ else
 
 @define('CONST_Postgresql_Version', '<%= @postgres_version %>');
 @define('CONST_Postgis_Version', '<%= node[:nominatim][:database][:postgis] %>');
+
+@define('CONST_Log_File', '/var/log/nominatim/query.log');
+@define('CONST_Log_DB', false);