-
Notifications
You must be signed in to change notification settings - Fork 47
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
Logging for REST-Requests #186
Comments
If using CXF, the same logging setting For any custom implementation we can override |
Thank you! With your answer to #184 I managed to integrate a logger:
|
Note, there was also a fix in 13.0.20.1 to call |
Do you provide a way to log the REST requests like the SOAP logging, which is described here?
As far as I can see it is possible to register a jakarta.ws.rs.client.ClientRequestFilter/jakarta.ws.rs.client.ClientRequestFilter like this one on the javax.ws.rs.client.Client, but I don't see anything like this at HttpClientProvider.
The text was updated successfully, but these errors were encountered: