disable debug in tree because too much
This commit is contained in:
parent
835e28ef2b
commit
581eb84598
|
@ -73,14 +73,4 @@ $servers->setValue('server','custom_sys_attrs', array('creatorsName', 'createTim
|
||||||
'modifyTimestamp', 'hasSubordinates', 'pwdChangedTime'));
|
'modifyTimestamp', 'hasSubordinates', 'pwdChangedTime'));
|
||||||
$config->custom->confirm['copy'] = false;
|
$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;
|
|
||||||
}
|
|
||||||
?>
|
?>
|
||||||
|
|
Loading…
Reference in New Issue