Stop logging everything, October uses a custom error handler

This commit is contained in:
Sam Georges 2014-07-24 17:58:45 +10:00
parent 0dabaf67c1
commit 9d9e91f2e5

View File

@ -48,7 +48,10 @@ Log::useFiles(storage_path().'/logs/system.log');
App::error(function(Exception $exception, $code)
{
Log::error($exception);
/*
* October uses a custom error handler, see
* System\Classes\ErrorHandler::handleException
*/
});
/*