finos / symphony-wdk

Symphony Workflow Developer Kit (WDK), a bot capable of running workflows
Apache License 2.0
3 stars 10 forks source link

Fix exception message missing bug #266

Closed yinan-symphony closed 1 year ago

yinan-symphony commented 1 year ago

Closes #268 The exception message was missing in the log appender. This commit fix the bug by using the Logback ThrowableProxyUtil to parse the stacktrace into string, so all info about the exception is in the final string.

Description

Please put here the intent of your pull request.

Dependencies

List the other pull requests that should be merged before/along this one.

Checklist