Make logging facility configurable

This commit is contained in:
Zach Copley
2009-07-02 16:06:13 -07:00
parent 608a7ba77c
commit d80c553e5f
3 changed files with 7 additions and 2 deletions

View File

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