Modifying java.util.logging.SimpleFormatter format property under Tomcat

后端 未结 5 2013
孤街浪徒
孤街浪徒 2020-12-15 21:04

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

5条回答
  •  春和景丽
    2020-12-15 21:43

    You may be witnessing this bug.

    The bug is fixed from Tomcat version 7.0.41 onwards as well as 6.0.38 onwards.

提交回复
热议问题