mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-18 16:19:06 +01:00
Configure default log level to INFO
This commit is contained in:
parent
241a43095f
commit
c79bb96669
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
$GLOBALS['LSlog']['enable'] = true;
|
||||||
|
|
||||||
define('NB_LSOBJECT_LIST',30);
|
define('NB_LSOBJECT_LIST',30);
|
||||||
|
|
Loading…
Reference in a new issue