Bug 65356

Summary: Tomcat10 Migration guide does not mention modified access log date pattern
Product: Tomcat 10 Reporter: qeepcologne <bernd.wahlen>
Component: DocumentationAssignee: Tomcat Developers Mailing List <dev>
Status: RESOLVED FIXED    
Severity: normal CC: bernd.wahlen
Priority: P2    
Version: 10.0.6   
Target Milestone: ------   
Hardware: PC   
OS: Linux   

Description qeepcologne 2021-06-04 13:08:37 UTC
http://tomcat.apache.org/migration-10.html

tomcat9:
%D - Time taken to process the request, in millis

tomcat10:
%D - Time taken to process the request, in microseconds
Comment 1 qeepcologne 2021-06-04 13:13:55 UTC
to get back old behaviour, use %{ms}T instead of %D
Comment 2 Mark Thomas 2021-06-07 18:07:36 UTC
Thanks for the report. Web site has been updated.