https://bz.apache.org/bugzilla/show_bug.cgi?id=69817

--- Comment #2 from Christopher Schultz <[email protected]> ---
Reading more into the logging code, this CANNOT be done without significantly
changing the way that the access log code interfaces are written.

The base interface all access log elements use is AccessLogElement and it has a
single method: addElement(Writer, Date, ...)

The date of the request is captured in the second argument, which is a
java.util.Date object. Date objects do not contain sub-millisecond time
information, so while we could make it look like the output has sub-millisecond
precision, there would always be truncation of the actual values.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to