mirror of
https://github.com/wintercms/winter.git
synced 2024-06-28 05:33:29 +02:00
Stop logging everything, October uses a custom error handler
This commit is contained in:
parent
0dabaf67c1
commit
9d9e91f2e5
@ -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
|
||||
*/
|
||||
});
|
||||
|
||||
/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user