summaryrefslogtreecommitdiff
path: root/config.php.sample
diff options
context:
space:
mode:
authorEvan Prodromou <evan@controlyourself.ca>2009-07-03 03:08:34 -0400
committerEvan Prodromou <evan@controlyourself.ca>2009-07-03 03:08:34 -0400
commit00074cda739702d97e07e490cbba6fa0a4fde23b (patch)
tree7009aaf167a5130ce4e4e82153c6d48cebf85015 /config.php.sample
parente8f27025ba7869057d86fe37a5264e1c742969f5 (diff)
parentf73d93fa7ae79f1e0b47d73fbdc1b214c6e559ae (diff)
Merge branch '0.8.x' into queuemanager
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 a23b41b31..4f8f715be 100644
--- a/config.php.sample
+++ b/config.php.sample
@@ -36,6 +36,9 @@ $config['site']['path'] = 'laconica';
// If you want logging sent to a file instead of syslog
// $config['site']['logfile'] = '/tmp/laconica.log';
+// Change the syslog facility that Laconica logs to
+// $config['syslog']['facility'] = LOG_LOCAL7;
+
// Enables extra log information, for example full details of PEAR DB errors
// $config['site']['logdebug'] = true;