How to log a library’s WebClient request and response?
I am aware of how to configure the logging if I am building the Spring Boot Webclient on my own in my code. But what if I am calling some API that encapsulates the http calls using the WebClient? Can I intercept the communication to log the request + response?
How to log a library’s WebClient request and response?
I am aware of how to configure the logging if I am building the Spring Boot Webclient on my own in my code. But what if I am calling some API that encapsulates the http calls using the WebClient? Can I intercept the communication to log the request + response?
How to log a library’s WebClient request and response?
I am aware of how to configure the logging if I am building the Spring Boot Webclient on my own in my code. But what if I am calling some API that encapsulates the http calls using the WebClient? Can I intercept the communication to log the request + response?