X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/a86563cfb1843cd186184dec4028b8d442925323..d01d0c13f4d51ddcff2be065f330278516c0c458:/settings/settings.php diff --git a/settings/settings.php b/settings/settings.php index 266ff356..d44bb967 100644 --- a/settings/settings.php +++ b/settings/settings.php @@ -122,10 +122,10 @@ @define('CONST_PolygonOutput_MaximumTypes', 1); // Log settings - @define('CONST_Log_DB', true); + // Set to true to log into new_query_log table. + // You should set up a cron job that regularly clears out this table. + @define('CONST_Log_DB', false); + // Set to a file name to enable logging to a file. @define('CONST_Log_File', false); - @define('CONST_Log_File_Format', 'TODO'); // Currently hard coded - @define('CONST_Log_File_SearchLog', ''); - @define('CONST_Log_File_ReverseLog', '');