On 26 April 2018 15:18:59 BST, Igor <igor.tymoshc...@gmail.com> wrote: >I'm trying to find the reason for this problem- >I've installed Wireshark on the instance and have captured the packets >in >the moments that we see a problem. >Tomcat's error log has millisecond precision (.000), but Wireshark's >log has >microsecond precision (.000000). >Tomcat's error log has no additional details, so I can't find a match >between the Wireshark capture result and Tomcat's log. > >I try to find out: >1. how to print out into Tomcat's log ip:port of the socket that wasn't >accepted?
That isn't available. Tomcat logs all the information the JVM provides. >2. is the timestamp that Tomcat writes to the log set on the event >occurrence or on writing to the file? Neither. It is the time the log message was created. Mark --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org