summaryrefslogtreecommitdiff
path: root/config.php.sample
diff options
context:
space:
mode:
authorZach Copley <zach@controlyourself.ca>2009-07-02 16:06:13 -0700
committerZach Copley <zach@controlyourself.ca>2009-07-02 16:06:13 -0700
commitd80c553e5f6e523de380d7c9dc0bbdb9d06cb45e (patch)
treefe5882932d9f1f17357c1603cdfe0fea33a5f793 /config.php.sample
parent608a7ba77c3db6174bd00ffd5ac7b71bfefbafd8 (diff)
Make logging facility configurable
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;