disable debug in tree because too much

This commit is contained in:
Roland Gruber 2017-02-15 18:35:23 +01:00
parent 835e28ef2b
commit 581eb84598
1 changed files with 0 additions and 10 deletions

View File

@ -73,14 +73,4 @@ $servers->setValue('server','custom_sys_attrs', array('creatorsName', 'createTim
'modifyTimestamp', 'hasSubordinates', 'pwdChangedTime'));
$config->custom->confirm['copy'] = false;
// debugging
if (($lamCfgMain->logDestination != 'NONE') && ($lamCfgMain->logLevel == LOG_DEBUG)) {
if ($lamCfgMain->logDestination == 'SYSLOG') {
$config->custom->debug['syslog'] = true;
}
else {
$config->custom->debug['file'] = $lamCfgMain->logDestination;
}
$config->custom->debug['level'] = 1023;
}
?>