Help tracking down an uncaught exception

Cantor, Scott cantor.2 at osu.edu
Mon Oct 24 12:22:48 UTC 2022


The warn log has a full stack trace, generally. They use different exception logging formats. But if you have no stack trace in process, then...that's impossible basically. That's what the line of code doing the logging does, so there can't be no exception logged.

-- Scott
 



More information about the users mailing list