How to log request URI and body along with route in Spring Cloud Gateway?
I’m working on a Spring Cloud Gateway project and I need to log the incoming request URI, body, and associated route using a GlobalFilter. Is there a recommended approach to achieve this?