Decreasing log level in Eclipse WTP with Tomcat 7
问题 I am running Tomcat 7 from within Eclipse WTP (Juno) and I cannot seem to tune down the logging level. It logs everything from debug which is too verbose to be of any use (I want it log from INFO). The logging.properties file is as follows: handlers = java.util.logging.ConsoleHandler .handlers = java.util.logging.ConsoleHandler .level=INFO ############################################################ # Handler specific properties. # Describes specific configuration info for Handlers. #########