Details
-
New Feature
-
Resolution: Unresolved
-
Major
-
None
-
None
-
None
-
Tomcat 8.5
Description
Currently PatternLayout supports %D for the total elapsed time (i.e. the time, in milliseconds, that the request was first received, to the time the last byte was sent to the client) but doesn't support %F, which is the time to the first byte being sent to the client.
The implementation in Tomcat appears, on the face of it, reasonably simple to replicate in AccessEvent