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

@@ -124,7 +124,8 @@ $config =
'dupelimit' => 60), # default for same person saying the same thing
'syslog' =>
array('appname' => 'laconica', # for syslog
'priority' => 'debug'), # XXX: currently ignored
'priority' => 'debug', # XXX: currently ignored
'facility' => LOG_USER),
'queue' =>
array('enabled' => false,
'subsystem' => 'db', # default to database, or 'stomp'