Join Slack
Powered by
Is there a good way to log response http status co...
# spring
d
dariuszbacinski
08/15/2017, 6:31 AM
Is there a good way to log response http status code and time how long it took to create response in WebFlux? I have similar logger to this one
https://stackoverflow.com/questions/45240005/how-to-log-request-and-response-bodies-in-spring-webflux
I would like to have global response interceptor that will log something like this
/path HTTP 200 took 223 ms
Open in Slack
Previous
Next