Rest Client Logging Request Response does not work when the call fails #48743
Unanswered
kirankolli-addepar
asked this question in
Q&A
Replies: 2 comments 2 replies
-
/cc @cescoffier (rest-client), @geoand (rest-client) |
Beta Was this translation helpful? Give feedback.
0 replies
-
You are right in that the current behavior is not great... I opened #48745 to address this |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am following this guide to logging request-response when using a Rest Client : https://quarkus.io/guides/rest-client#logging-traffic
I have the following properties set up and yet when the call fails with a Response code of 406 or any other such error the request-response never gets logged to the console.
I was expecting the request response to be logged even in this case , especially because its precisely here that anyone would welcome more info wrt to the request but that does not seem to be happening.
What am I missing ?
Beta Was this translation helpful? Give feedback.
All reactions