summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorBrion Vibber <brion@pobox.com>2010-01-21 16:33:11 -0800
committerBrion Vibber <brion@pobox.com>2010-01-21 16:33:11 -0800
commitc9c7bb3234f8ede65c328ecf9f713b189a81faad (patch)
tree5834925a7ad38aad43af252f949cfd836fad9c4d /lib
parentdcba61332223cfc875b355f6a5f4d2e574dd55b2 (diff)
parent4b0f953ccf7435d6ebe4a674953f62af36cc978b (diff)
Merge commit 'origin/testing' into 0.9.x
Diffstat (limited to 'lib')
-rw-r--r--lib/default.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/default.php b/lib/default.php
index ceae0efaa..764d309df 100644
--- a/lib/default.php
+++ b/lib/default.php
@@ -67,7 +67,9 @@ $default =
'db_driver' => 'DB', # XXX: JanRain libs only work with DB
'quote_identifiers' => false,
'type' => 'mysql',
- 'schemacheck' => 'runtime'), // 'runtime' or 'script'
+ 'schemacheck' => 'runtime', // 'runtime' or 'script'
+ 'log_queries' => false, // true to log all DB queries
+ 'log_slow_queries' => 0), // if set, log queries taking over N seconds
'syslog' =>
array('appname' => 'statusnet', # for syslog
'priority' => 'debug', # XXX: currently ignored