Re: Extra logging by unknown source logger

2017-06-11 Thread Hoa Phan
Hi Violeta, actually I did so in the actual file: handlers = java.util.logging.ConsoleHandler # Handler specific properties. # Describes specific configuration info for Handlers.

Re: Extra logging by unknown source logger

2017-06-11 Thread Violeta Georgieva
Hi, 2017-06-11 18:07 GMT+03:00 Hoa Phan : > > Hi I noticed when I set: > > org.apache.tomcat.util.scan.StandardJarScanner = SEVERE it should be org.apache.tomcat.util.scan.StandardJarScanner.level = SEVERE Note the '.level' at the end of the fully qualified class name