automatically prepend filename to debug output

darcs-hash:20080605024035-84dde-bc3abc4329f3181cffd26e83d37968ee6a02a26e.gz
This commit is contained in:
Evan Prodromou
2008-06-04 22:40:35 -04:00
parent 593f1e5e2c
commit d241352dcc
3 changed files with 17 additions and 5 deletions

View File

@@ -35,6 +35,7 @@ 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),