GitHub user lzh3636 opened a pull request: https://github.com/apache/camel/pull/2422
CAMEL-12643: Inadequate information for handling catch clauses The description of the problem: https://issues.apache.org/jira/browse/CAMEL-12643 I added a full stack trace information to the logging statement, so that the exception type can be generated to the logs. You can merge this pull request into a Git repository by running: $ git pull https://github.com/lzh3636/camel CAMEL-12643 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/camel/pull/2422.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #2422 ---- commit 91a59a8dfb81cf5726e12272a7afe6a5fe70078b Author: zhenhaoli <lizi422@...> Date: 2018-07-11T20:54:53Z CAMEL-12643: Inadequate information for handling catch clauses ---- ---