summaryrefslogtreecommitdiff
path: root/lib/common.php
diff options
context:
space:
mode:
authorCiaranG <ciaran@ciarang.com>2009-03-04 00:23:34 +0000
committerCiaranG <ciaran@ciarang.com>2009-03-04 00:23:34 +0000
commit7279554681da728deb74a87230de3a1021182f71 (patch)
tree99b7c355c7add14f7f68624d764d016cfa18e959 /lib/common.php
parent35677336de4c01c4f6b02840222075c6ac963988 (diff)
Additional (optional, defaults to off) logging of PEAR error details, which allows database issues to be more easily diagnosed.
Diffstat (limited to 'lib/common.php')
-rw-r--r--lib/common.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/common.php b/lib/common.php
index 0fff3af2e..3df68d98a 100644
--- a/lib/common.php
+++ b/lib/common.php
@@ -73,6 +73,7 @@ $config =
'theme' => 'default',
'path' => $_path,
'logfile' => null,
+ 'logdebug' => false,
'fancy' => false,
'locale_path' => INSTALLDIR.'/locale',
'language' => 'en_US',