You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, the %D RESPONSE_TIME exchange attribute does not work "out of the box" with Spring Boot (at least for me with spring-boot-starter-parent 2.3.8.RELEASE).
I needed to also add the following:
server
undertow:
options:
server:
record-request-start-time: true
Should the docs be updated to reflect this?
Thanks :)
The text was updated successfully, but these errors were encountered:
wilkinsona
changed the title
Configure Access Logging for Undertow Docs improvement
Document that Undertow's record-request-start-time server option must be enabled for %D to work in access logging
May 18, 2022
However, the %D RESPONSE_TIME exchange attribute does not work "out of the box" with Spring Boot (at least for me with spring-boot-starter-parent 2.3.8.RELEASE).
I needed to also add the following:
server
undertow:
options:
server:
record-request-start-time: true
Should the docs be updated to reflect this?
Thanks :)
I couldn't agree with you more, and you solved my problem. thank you
Uh oh!
There was an error while loading. Please reload this page.
In this paragraph it is stated:
However, the
%D
RESPONSE_TIME exchange attribute does not work "out of the box" with Spring Boot (at least for me with spring-boot-starter-parent 2.3.8.RELEASE).I needed to also add the following:
Should the docs be updated to reflect this?
Thanks :)
The text was updated successfully, but these errors were encountered: