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:
Sarah Hoffmann
2012-03-04 12:50:45 +01:00
parent d7e91469b7
commit 0005dc0a0f
2 changed files with 8 additions and 3 deletions

View File

@@ -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', '');