Don't log validation errors
This commit is contained in:
parent
302a51cedc
commit
004e4766d6
1 changed files with 2 additions and 1 deletions
|
|
@ -30,9 +30,10 @@ class Handler extends ExceptionHandler
|
|||
protected $dontReport = [
|
||||
TokenMismatchException::class,
|
||||
ModelNotFoundException::class,
|
||||
ValidationException::class,
|
||||
\Illuminate\Validation\ValidationException::class,
|
||||
//AuthorizationException::class,
|
||||
//HttpException::class,
|
||||
//ValidationException::class,
|
||||
];
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue