diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-07-03 03:08:34 -0400 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-07-03 03:08:34 -0400 |
commit | 00074cda739702d97e07e490cbba6fa0a4fde23b (patch) | |
tree | 7009aaf167a5130ce4e4e82153c6d48cebf85015 /lib/common.php | |
parent | e8f27025ba7869057d86fe37a5264e1c742969f5 (diff) | |
parent | f73d93fa7ae79f1e0b47d73fbdc1b214c6e559ae (diff) |
Merge branch '0.8.x' into queuemanager
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' |