-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RESTEasy Reactive: log exceptions #27585
Labels
Milestone
Comments
/cc @geoand, @stuartwdouglas |
We probably want to log them as |
geoand
added a commit
to geoand/quarkus
that referenced
this issue
Aug 30, 2022
geoand
added a commit
that referenced
this issue
Aug 30, 2022
Add high level logging for RESTEasy Reactive exceptions
fercomunello
pushed a commit
to fercomunello/quarkus
that referenced
this issue
Aug 31, 2022
gsmet
pushed a commit
to gsmet/quarkus
that referenced
this issue
Sep 5, 2022
Closes: quarkusio#27585 (cherry picked from commit 9eac3a1)
evanchooly
pushed a commit
to nenros/quarkus
that referenced
this issue
Sep 8, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
On #27526 I noticed that we have no option to log exceptions on the server, before we map them to an exception handler, which sometimes just turns them into a blank HTTP error. In the case of native executable debugging, this can be helpful.
We could log them under the
ERROR
level, or add a config option to log them.Implementation ideas
No response
The text was updated successfully, but these errors were encountered: