Configure default log level to INFO

This commit is contained in:
Benjamin Renard 2019-06-28 18:26:52 +02:00
parent 241a43095f
commit c79bb96669

View file

@ -208,7 +208,7 @@ $GLOBALS['LSlog']['handlers'] = array (
),
*/
);
$GLOBALS['LSlog']['level'] = 'DEBUG'; // DEBUG, INFO, WARNING, ERROR, FATAL
$GLOBALS['LSlog']['level'] = 'INFO'; // DEBUG, INFO, WARNING, ERROR, FATAL
$GLOBALS['LSlog']['enable'] = true;
define('NB_LSOBJECT_LIST',30);