I am using Tomcat 7.0.28, running under OpenJDK 1.7 on Ubuntu, and am trying to modify the formatting string used by java.util.logging.SimpleFormatter. According to the Jav
Thanks to info in the bug report pointed out by nolan6000 I finally got this working with tomcat-juli.
Instead of:
java.util.logging.SimpleFormatter.format=%4$s: %5$s [%1$tc]%n
it has to be:
1catalina.java.util.logging.SimpleFormatter.format=%4$s: %5$s [%1$tc]%n