Update in class error/warning/etc calls instead of debug calls
For anything that is not debug use the proper reporting level
This commit is contained in:
@@ -34,6 +34,7 @@ $session = new \CoreLibs\Create\Session(EDIT_SESSION_NAME);
|
||||
$log = new CoreLibs\Logging\Logging([
|
||||
'log_folder' => BASE . LOG,
|
||||
'log_file_id' => BASE_NAME . 'EditBase',
|
||||
'log_level' => \CoreLibs\Logging\Logging::processLogLevel(DEBUG_LEVEL),
|
||||
'log_per_date' => true,
|
||||
'log_per_class' => true,
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user