Is it possible to add duration to the access.log

Basically, I’m trying to find the long-running URLs on our server for performance tuning purposes. The access logs seem like a good place but they don’t have how long the URL took. Any way to add that information?

I tried poking around earlier to find out. Without actually digging into GitHub I couldn’t find anything that would change the format. Winstone Servlet Container does mention a log format file. I’m not sure how much Jenkins has diverged from that though.

You could wrap your install in a reverse proxy, then you could change logs super easy. Nginx should be able to log the time a proxy host takes