Re: Problem setting logging level

2015-07-07 Thread Jugma Bora
java.util.logging.ConsoleHandler.formatter = java.util.logging.SimpleFormatter On Tue, July 7, 2015 6:14 pm, Konstantin Kolinko wrote: 2015-07-08 1:42 GMT+03:00 Jugma Bora jugma.b...@luitporia.com: Hi, I am using Tomcat 8.0.18. I trying to log only SEVERE level logging messages to the console from my web application

Problem setting logging level

2015-07-07 Thread Jugma Bora
Hi, I am using Tomcat 8.0.18. I trying to log only SEVERE level logging messages to the console from my web application. But I still get INFO level logging messages. Below is my logging.properties file that is deployed in WEB-INF/classes directory. Please can you help. Thank you, Jugma