From 3327b0fb5b1d391b2aebb3da56177409919bfd42 Mon Sep 17 00:00:00 2001 From: Thomas Kasulke Date: Tue, 4 Sep 2007 07:34:51 +0000 Subject: [PATCH] =?utf8?q?Debug-Level=20zur=C3=BCckgesetzt?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- lx-erp.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lx-erp.conf b/lx-erp.conf index a2bbd9417..b8d023099 100644 --- a/lx-erp.conf +++ b/lx-erp.conf @@ -96,7 +96,7 @@ $pg_restore_exe = "pg_restore"; # # Beipiel: # $LXDebug::global_level = LXDebug::TRACE | LXDebug::QUERY; -$LXDebug::global_level = LXDebug::ALL; +$LXDebug::global_level = LXDebug::NONE; # Überwachung der Inhalte von $form aktiviert oder nicht? Wenn ja, # dann können einzelne Variablen mit -- 2.20.1