summaryrefslogtreecommitdiff
path: root/config.php.sample
diff options
context:
space:
mode:
authorZach Copley <zach@controlyourself.ca>2009-07-02 16:16:17 -0700
committerZach Copley <zach@controlyourself.ca>2009-07-02 16:16:17 -0700
commitc02acd7341cc3104b75a56e0b8dfd4811e77e278 (patch)
treeb9df2e85bef9ed2b136851c64d81d8d23c812cc7 /config.php.sample
parentd80c553e5f6e523de380d7c9dc0bbdb9d06cb45e (diff)
Better comment about syslog log facility
Diffstat (limited to 'config.php.sample')
-rw-r--r--config.php.sample2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.php.sample b/config.php.sample
index 4f8f715be..57aa6a6c8 100644
--- a/config.php.sample
+++ b/config.php.sample
@@ -36,7 +36,7 @@ $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
+// Change the syslog facility that Laconica logs to (default is LOG_USER)
// $config['syslog']['facility'] = LOG_LOCAL7;
// Enables extra log information, for example full details of PEAR DB errors