spring-framework
spring-framework copied to clipboard
RestClient - Consider adding request/response logs
Hi, I commonly add logs to the RestClient based on this nice example from Craig Walls: https://github.com/habuma/logging-interceptor/tree/main
Would it make sense to add request/response logging capabilities as part of the RestClient? That way, it would be simple for everyone to set it up.
Thanks!