GitHub user hqstevenson opened a pull request: https://github.com/apache/camel/pull/1261
CAMEL-10462: Improve MDC Logging in DefaultCamelContext and RouteService I added nested classes to help with the MDC logging (to avoid a bunch of duplicate code). The nested classes have some duplication as well, so longer term, it may be nice to combine them and move them into util. You can merge this pull request into a Git repository by running: $ git pull https://github.com/hqstevenson/camel CAMEL-10462 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/camel/pull/1261.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 #1261 ---- commit 40f051aac8e969ea277c4722d0b97d9caf94dfde Author: Quinn Stevenson <qu...@pronoia-solutions.com> Date: 2016-11-10T16:01:31Z CAMEL-10462: Improve MDC Logging in DefaultCamelContext and RouteService ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---