forked from hans/Nominatim
configurable file logging
Respect CONST_Log_File setting and add two new configuration variables CONST_Log_File_SearchLog and CONST_Log_File_ReverseLog for the log file names.
This commit is contained in:
@@ -34,3 +34,5 @@
|
||||
@define('CONST_Log_DB', true);
|
||||
@define('CONST_Log_File', false);
|
||||
@define('CONST_Log_File_Format', 'TODO'); // Currently hard coded
|
||||
@define('CONST_Log_File_SearchLog', '');
|
||||
@define('CONST_Log_File_ReverseLog', '');
|
||||
|
||||
Reference in New Issue
Block a user