logback - How to enable response time logging in Jetty 7 -
apache , tomcat both make easy log response times out server access log (with %d pattern), i've been unable find equivalent support in jetty, either default ncsarequestlog
or using logback-access (my preferred logging setup).
is there way of getting jetty log these times? see being possible use custom handler of kind gather information , make available logging handler, hopeful statisticshandler
me it's tracking information generate aggregate stats.
call setloglatency(true)
on ncsarequestlog
Comments
Post a Comment