Re: How to turn up logging for tomcat-embed-core in SpringBoot

2025-04-20 Thread David Karr
I've managed to find a solution that works. The info I found has me using the "log4j-jul" bridge (and excluding spring-boot-starter-logging from spring-boot-starter-web), which redirects from jul to log4j, which effectively redirects to logback, which allows me to configure loggers in the same plac

How to turn up logging for tomcat-embed-core in SpringBoot

2025-04-19 Thread KARR, DAVID
This is an issue I've tried to pursue multiple times in the past, and each time I've given up and used an awkward solution that won't work in the current situation I'm seeing this. I thought perhaps I had asked it here before, but I don't see it in the archives. We have a couple hundred Java Sp