summaryrefslogtreecommitdiff
path: root/lib/common.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@prodromou.name>2008-06-04 22:47:17 -0400
committerEvan Prodromou <evan@prodromou.name>2008-06-04 22:47:17 -0400
commitea40a9cd936e3e6cd0b5ac1c29d32112e7985247 (patch)
tree42b8fe59b45e215feb7a197d7eb947c4cace019d /lib/common.php
parentd241352dcc2c641bcf97efee596c0cfba4d34dc5 (diff)
move filename stuff to debug function
darcs-hash:20080605024717-84dde-dc897a855af13ea30bb670daf94749e9f14fa7ad.gz
Diffstat (limited to 'lib/common.php')
-rw-r--r--lib/common.php4
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',