Jonathan Mast wrote:
>>  Is it possible to obtain timestamps with millisecond precision in access
>>> logs?

One of the nice things about open source is that you can read the source
code to see exactly how it does things. In this case you want

http://svn.apache.org/repos/asf/tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/valves/AccessLogValve.java

Look for getDate()

Mark



---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to