Better comment about syslog log facility

This commit is contained in:
Zach Copley 2009-07-02 16:16:17 -07:00
parent d80c553e5f
commit c02acd7341
1 changed files with 1 additions and 1 deletions

View File

@ -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