What is the best way to log errors in Zend Framework in my project at this stage?

Posted by Pasta on Stack Overflow See other posts from Stack Overflow or by Pasta
Published on 2010-03-15T22:13:33Z Indexed on 2010/03/15 22:49 UTC
Read the original article Hit count: 153

We built an app in Zend Framework and have not worked a lot in setting up error reporting and logging. Is there any way we could get some level or error reporting without too much change in the code? Is there a ErrorHandler plugin available?

The basic requirement is to log errors that happens within the controller, missing controllers, malformed URLs, etc.

I also want to be able to log errors within my controllers. Will using error controller here, help me identify and log errors within my controllers? How best to do this with minimal changes?

© Stack Overflow or respective owner

Related posts about zend-framework

Related posts about error-handling