Search code examples
zend-frameworkfirephp

Best practices to review firePHP output more easily


I've implemented firePHP with ZF (http://www.christophdorn.com/Blog/2008/09/02/firephp-and-zend-framework-16/) which works like a charm. However what I'm noticing now that my application is growing and that the amount of firePHP output grows is that it's beocming increasingly difficult to review it. The main issue for me is that there are only 3 colors available (blue for INFO, yellow for WARN, and red for CRIT) thus making difficult to distinguish entries (especially when there aren't any errors and that the whole output is "blue" basically).

What do you guys do to make your firePHP output easier to read?

Thanks.


Solution

  • timestamps, lots of timestamps ;) I realy like to know where and WHEN are all those bugs :) It wont hurt to display only important things either.

    Also look at FirePHP Companion