Hello!
I am using AbstractNCSARequestLog with setLogDateFormat("HH:mm:ss,SSS"); to log 
in NCSA format with milliseconds.
Now in recent versions of Jetty this class was deleted with suggestion to use 
CustomRequestLog with EXTENDED_NCSA_FORMAT.
But it logs request time without millis.
Is there any simple way to log milliseconds too without writing my own 
CustomRequestLog with almost the same content (and delete DateCache logic).
Thanks in advance!
_______________________________________________
jetty-users mailing list
jetty-users@eclipse.org
To unsubscribe from this list, visit 
https://www.eclipse.org/mailman/listinfo/jetty-users

Reply via email to