Install AltThree/Logger, prevent HttpExceptionInterface logging

This commit is contained in:
James Brooks
2017-01-06 19:19:51 +00:00
parent b460d61e7a
commit a81c87bed7
5 changed files with 246 additions and 156 deletions
+1 -1
View File
@@ -106,7 +106,7 @@ return [
'Illuminate\Auth\Access\AuthorizationException' => 'warning',
'Illuminate\Database\Eloquent\ModelNotFoundException' => 'warning',
'Illuminate\Session\TokenMismatchException' => 'notice',
'Symfony\Component\HttpKernel\Exception\HttpExceptionInterface' => 'warning',
'Symfony\Component\HttpKernel\Exception\HttpExceptionInterface' => 'notice',
'Symfony\Component\Debug\Exception\FatalErrorException' => 'critical',
'Exception' => 'error',
],