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

Popular posts from this blog

linux - Mailx and Gmail nss config dir -

c# - Is it possible to remove an existing registration from Autofac container builder? -

php - Mysql PK and FK char(36) vs int(10) -