X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/7e6e054c96431566d33b9de6ebe841137667a939..3b36774a40f2a975666c5b47bc59f5e2ecd28de9:/cookbooks/nominatim/templates/default/nominatim.erb diff --git a/cookbooks/nominatim/templates/default/nominatim.erb b/cookbooks/nominatim/templates/default/nominatim.erb index d36523d85..34142312d 100644 --- a/cookbooks/nominatim/templates/default/nominatim.erb +++ b/cookbooks/nominatim/templates/default/nominatim.erb @@ -7,3 +7,4 @@ if (isset($_SERVER['HTTPS']) && !empty($_SERVER['HTTPS'])) else @define('CONST_Website_BaseURL', 'http://nominatim.openstreetmap.org/'); +@define('CONST_Log_File', '/var/log/nominatim/query.log');