Index: webapps/docs/changelog.xml =================================================================== --- webapps/docs/changelog.xml (revision 1495746) +++ webapps/docs/changelog.xml (working copy) @@ -134,6 +134,10 @@ 55101: Make BASIC authentication more tolerant of whitespace. Patch provided by Brian Burch. (markt) + + 55102: Enable AccessLogValve to log time taken until the + response is committed. (jboynes) + Index: webapps/docs/config/valve.xml =================================================================== --- webapps/docs/config/valve.xml (revision 1495746) +++ webapps/docs/config/valve.xml (working copy) @@ -280,6 +280,7 @@
  • %v - Local server name
  • %D - Time taken to process the request, in millis
  • %T - Time taken to process the request, in seconds
  • +
  • %F - Time taken to commit the response, in millis
  • %I - Current request thread name (can compare later with stacktraces)