diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-07-05 11:33:17 -0400 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-07-05 11:33:17 -0400 |
commit | 5fe1af94b2fac526d31ab60c41fcb18bdbc991b0 (patch) | |
tree | 18095b7195e791e46094880996312a52fc3fce66 /config.php.sample | |
parent | ac361791c419126e297e018db9a5fd8b6144c6e2 (diff) | |
parent | 53b7fb7f1c4092654c968a3de64d7d0a90d4d403 (diff) |
Merge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev into 0.8.x
Diffstat (limited to 'config.php.sample')
-rw-r--r-- | config.php.sample | 2 |
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 |