1 The FirePHP plugin writes StatusNet's log output to FirePHP.
3 Using FirePHP on production sites can expose sensitive information.
4 You must protect the security of your application by disabling FirePHP
5 logging on your live site.
9 add "addPlugin('FirePHP',
10 array('setting'=>'value', 'setting2'=>'value2', ...);"
11 to the bottom of your config.php
20 addPlugin('FirePHP', array());