Tomcat logging
conundrum, but at least I have a way to get the info I need.
From: KARR, DAVID
Sent: Thursday, May 15, 2025 10:47 AM
To: Tomcat Users List
Subject: RE: Still unable to get exception info from StandardContext in log
output
The last “Caused by” in that stack trace is the only “root
StandardContext class, I see it writing log
messages with the exception info, but it appears that the changes I made to
“bridge” from jul to slf4j has no effect on those exception log statements, or
perhaps it’s simply not failing in any of those locations.
From: Christopher Schultz
Sent: Thurs
David,
On 5/14/25 3:50 PM, KARR, DAVID wrote:
I've tried several times to configure tomcat-embed-core in SpringBoot to give
me better log info when Tomcat fails to start up. I thought I had this
working, but apparently I was mistaken. I figured out how to get this
information by stepping th
I've tried several times to configure tomcat-embed-core in SpringBoot to give
me better log info when Tomcat fails to start up. I thought I had this
working, but apparently I was mistaken. I figured out how to get this
information by stepping through the code in the debugger, when that is
pos