]> git.openstreetmap.org Git - nominatim.git/blobdiff - settings/settings.php
deduplicate search term graph slightly earlier
[nominatim.git] / settings / settings.php
index ca90b3c553095266f1bfa6aef13788cfc56275a4..9f1d49087968175cf6ca30bad8826e48d7ecaa90 100644 (file)
@@ -1,5 +1,4 @@
 <?php
-
        if (file_exists(CONST_BasePath.'/settings/local.php')) require_once(CONST_BasePath.'/settings/local.php');
        if (isset($_GET['debug']) && $_GET['debug']) @define('CONST_Debug', true);
 
@@ -26,3 +25,8 @@
        @define('CONST_Search_AreaPolygons_Enabled', true);
 
        @define('CONST_Suggestions_Enabled', false);
+
+       // Log settings
+       @define('CONST_Log_DB', true);
+       @define('CONST_Log_File', false);
+       @define('CONST_Log_File_Format', 'TODO'); // Currently hard coded