|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
_______________________________________________ logback-dev mailing list [email protected] http://mailman.qos.ch/mailman/listinfo/logback-dev

On code review, it doesn't look like "execution ceases". logback still runs properly except it can't use getCallerClass() to log stack-trace details. Ignoring UnsupportedOperationException would only hide the print-out you're seeing (which is ok).
Is there a specific use case outside of logging the stack trace that is not working for you?