https://bz.apache.org/bugzilla/show_bug.cgi?id=64190
Bug ID: 64190 Summary: OneLineFormatter always add milliseconds at the end of timestamp Product: Tomcat 8 Version: 8.5.x-trunk Hardware: PC Status: NEW Severity: enhancement Priority: P2 Component: JULI Assignee: dev@tomcat.apache.org Reporter: thienbui...@gmail.com Target Milestone: ---- I have looked into the code. OneLineFormatter always add miliseconds to the end of log timestamp which is very inconvenient since ISO 8601 has timezone at the end. I ended up with timestamp like this: 2020-03-03T12:12:06.000000+1100.071 I want to ether have the milliseconds in with solution described in https://bz.apache.org/bugzilla/show_bug.cgi?id=59871#c11 or having a configure property to let me stop adding miliseconds to the end of the timestamp I can help out with the fix if the developer team doesn't have resource to fix this. Just need to tell me which direction is prefered -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org