summaryrefslogtreecommitdiff
path: root/config.php.sample
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 /config.php.sample
parent35677336de4c01c4f6b02840222075c6ac963988 (diff)
Additional (optional, defaults to off) logging of PEAR error details, which allows database issues to be more easily diagnosed.
Diffstat (limited to 'config.php.sample')
-rw-r--r--config.php.sample3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.php.sample b/config.php.sample
index 6e55eaffc..a6cada77a 100644
--- a/config.php.sample
+++ b/config.php.sample
@@ -34,6 +34,9 @@ $config['site']['path'] = 'laconica';
# If you want logging sent to a file instead of syslog
#$config['site']['logfile'] = '/tmp/laconica.log';
+# Enables extra log information, for example full details of PEAR DB errors
+#$config['site']['logdebug'] = true;
+
# This is a PEAR DB DSN, see http://pear.php.net/manual/en/package.database.db.intro-dsn.php
# Set it to match your actual database