abort() function does not log exceptions in laravel.log #49033
Answered
by
antimech
akshit-arora
asked this question in
Q&A
-
Hi all, I am not able to see the logs if I use Can someone please help me or share any references which mentions that abort won't log the error in laravel.log. Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Answered by
antimech
Nov 17, 2023
Replies: 1 comment 6 replies
-
|
Beta Was this translation helpful? Give feedback.
6 replies
Answer selected by
crynobone
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
abort()
throwsHttpResponseException
which is on the $internalDontReport list in the Illuminate\Foundation\Exceptions\Handler::class.