On 24.09.2009 10:32, Xavier wrote: > > Hello, > > First of all, sorry if this question was alerady asked... > We'd like to log the taken in milliseconds by tomcat (5.5 for now, 6.0 > later) and our app to serve requests. > The ExtendedAccessLogValve provides a nice date/time output format, but the > doc says the time taken is logged in seconds, not in milliseconds. > > Does anyone know how to bypass this limitation ? (and why such a limitation, > when the standard AccessLogValve can log the time taken in milliseconds ?)
I think there's no real reason for that. You might want to provide a patch? It's simple, using ElapsedTimeElement(true) ... Regards, Rainer --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org