Re: logging-log4j-boot git commit: Add log4j-boot-spring module

2017-01-14 Thread Matt Sicker
In Spring Boot, Tomcat is on the same classpath as everything else I think as it's embedded. On 14 January 2017 at 20:30, Apache wrote: > I have run into problems with log4j-jul. It does not work well in Tomcat > as the jar really has to be in Tomcat’s classpath, which means all the > other log4

Re: logging-log4j-boot git commit: Add log4j-boot-spring module

2017-01-14 Thread Apache
I have run into problems with log4j-jul. It does not work well in Tomcat as the jar really has to be in Tomcat’s classpath, which means all the other log4j jars also need to be. It also has to initialize before Tomcat starts using java.util.logging, which is a bit of a pain. I don’t think there