JRE logging.properties, doesn't seem to pick up the logging levels
I've changed the logging.properties in my JAVA_HOME/jre/lib, but it doesn't seem to pick them up when running tomcat through idea. Any ideas? This is for using java.util.logging.
请先登录再写评论。
When running from IDEA tomcat probably uses other JRE namely JDK configured
for the project. JAVA_HOME is overriden when launching tomcat from IDEA.
-
Maxim Shafirov
http://www.jetbrains.com
"Develop with pleasure!"