Re: No error logging by default

2012-05-20 Thread AD7six
On Saturday, 19 May 2012 12:43:21 UTC+2, John Sutton wrote: > > Hi there > > I read in Config/core.php: > > /** > * Configure the Error handler used to handle errors for your > application. By default > * ErrorHandler::handleError() is used. It will display errors using > Debugger, when deb

Re: No error logging by default

2012-05-20 Thread Ratty
On Saturday, 19 May 2012 11:43:21 UTC+1, John Sutton wrote: > > Hi there > > I read in Config/core.php: > > /** > * Configure the Error handler used to handle errors for your > application. By default > * ErrorHandler::handleError() is used. It will display errors using > Debugger, when deb

No error logging by default

2012-05-19 Thread John Sutton
Hi there I read in Config/core.php: /** * Configure the Error handler used to handle errors for your application. By default * ErrorHandler::handleError() is used. It will display errors using Debugger, when debug > 0 * and log errors with CakeLog when debug = 0. In both 2.0 and 2.1 I've