diff options
Diffstat (limited to 'lib/common.php')
-rw-r--r-- | lib/common.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/common.php b/lib/common.php index b2c0a7b46..f910b3613 100644 --- a/lib/common.php +++ b/lib/common.php @@ -35,10 +35,12 @@ require_once('DB/DataObject/Cast.php'); # for dates $config = array('site' => array('name' => 'Just another Laconica microblog', - 'appname' => 'laconica', # for syslog 'server' => 'localhost', 'path' => '/', 'fancy' => false), + 'syslog' => + array('appname' => 'laconica', # for syslog + 'priority' => 'debug'), # XXX: currently ignored 'tag' => array('authority' => 'INVALID TAG', 'date' => 'PUT A DATE HERE', |