HTTP trace logging when using Spring Cloud Gateway in a SpringBoot fat JAR
We recently converted a Spring Boot application from a WAR running on Tomcat to a Spring Fat JAR. I would like the ability to record when an incoming HTTP request is recevied and when the response is sent out. I have attempted adding the following JVM property in both the startup script and programtically without seeing any results.