https://bz.apache.org/bugzilla/show_bug.cgi?id=63286
--- Comment #6 from Rainer Jung <rainer.j...@kippdata.de> --- There's another difference between httpd and Tomcat access logs that people often stumble upon: By default the request timestamp for httpd is the time of the beginning of the request, for Tomcat it is the end of the requst (or more precisely the moment of peparing the access log line). Since httpd 2.4 and TC 7 (?) one can choose between begin and end with a documented pattern, but the defaults still differ. The delta makes it harder to align the logs in case of long running requests. One consequence is, that the timestamp in Tomcat access logs always increase monotonically, but not so in httpd access log. Later but faster requests might get logged before earlier but slower requests. Should we document this as well? Regards, Rainer -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org