diff options
author | Zach Copley <zach@controlyourself.ca> | 2009-07-02 16:06:13 -0700 |
---|---|---|
committer | Zach Copley <zach@controlyourself.ca> | 2009-07-02 16:06:13 -0700 |
commit | d80c553e5f6e523de380d7c9dc0bbdb9d06cb45e (patch) | |
tree | fe5882932d9f1f17357c1603cdfe0fea33a5f793 /lib/common.php | |
parent | 608a7ba77c3db6174bd00ffd5ac7b71bfefbafd8 (diff) |
Make logging facility configurable
Diffstat (limited to 'lib/common.php')
-rw-r--r-- | lib/common.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/common.php b/lib/common.php index 5d451463b..14be747bc 100644 --- a/lib/common.php +++ b/lib/common.php @@ -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' |