Is there a way to log all outgoing RESTEasy client requests? #4156
Replies: 3 comments 3 replies
-
Do you mean tracing the calls? Something like the tracing feature https://docs.jboss.org/resteasy/docs/4.7.7.Final/userguide/html/Tracing_Feature.html. Depending on where you want to see it is how you'd configure it. In WildFly 29+ the tracing feature is shipped in WildFly and configurable via the subsystem. |
Beta Was this translation helpful? Give feedback.
-
I mean, I'd like to monitor all ResteasyClient calls. I also created this question https://stackoverflow.com/questions/78484181/how-to-log-request-response-using-javax-ws-rs-client-invocation
|
Beta Was this translation helpful? Give feedback.
-
Indeed.
I am not in control of the app, so a configurable way would be the only feasible way for me. But thank you for your kind reply! |
Beta Was this translation helpful? Give feedback.
-
I'm using Wildfly 26. The app uses RESTEasy to reach an API endpoint. I'd like to be able to see these request (like we do with Javascript, with the Chrome Network Panel for example).
Beta Was this translation helpful? Give feedback.
All reactions