Hi! I thought about how the time when request was received could be passed to AccessLog, and how the "time taken to process the request" argument for AccessLog.log(..) could be calculated, and I have the following idea:
We can include that timestamp (long) as a field into org.apache.catalina.connector.Request The Request instance is already passed as an argument to AccessLog.log(..), so no need to add additional parameter there. Best regards, Konstantin Kolinko --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org