diff --git a/app/start/global.php b/app/start/global.php index a5b2c6aff..1241255d8 100644 --- a/app/start/global.php +++ b/app/start/global.php @@ -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 + */ }); /*