From 581eb84598b1cdbe1493027ef963e6f0b04d1108 Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Wed, 15 Feb 2017 18:35:23 +0100 Subject: [PATCH] disable debug in tree because too much --- lam/templates/3rdParty/pla/config/config.php | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/lam/templates/3rdParty/pla/config/config.php b/lam/templates/3rdParty/pla/config/config.php index 94f0fb80..c0082362 100644 --- a/lam/templates/3rdParty/pla/config/config.php +++ b/lam/templates/3rdParty/pla/config/config.php @@ -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; -} ?>