RE: Still unable to get exception info from StandardContext in log output

2025-05-15 Thread KARR, DAVID
The last “Caused by” in that stack trace is the only “root cause” it is providing. I had the developer running this build set the org.apache logger to TRACE, and although I could verify that a couple of additional log messages appeared, but nothing that provided any clue. The following is the pr

Re: Still unable to get exception info from StandardContext in log output

2025-05-15 Thread Christopher Schultz
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