Hi All, We are developing web api server using dropwizard. We want to log process time of each request. We found that it is available in jetty LogLatency.
When we run our server from console jetty logs it in following format *127.0.0.1 - - [18/Aug/2017:04:28:33 +0000] "GET /fhir/metadata?_pretty=true HTTP/1.1" 200 3535 "-" "HAPI-FHIR/2.2-SNAPSHOT (FHIR Client; FHIR 1.8.0/DSTU3; apache)" 223* We want to log same inside our file type logging appender. Please suggest a way out. Regards, Shubham Sharma -- You received this message because you are subscribed to the Google Groups "dropwizard-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
