You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/11/10 16:03:58 UTC

[jira] [Commented] (CAMEL-10462) Add MDC support to DefaultCamelContext startup/shutdown

    [ https://issues.apache.org/jira/browse/CAMEL-10462?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15654418#comment-15654418 ] 

ASF GitHub Bot commented on CAMEL-10462:
----------------------------------------

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

----


> Add MDC support to DefaultCamelContext startup/shutdown
> -------------------------------------------------------
>
>                 Key: CAMEL-10462
>                 URL: https://issues.apache.org/jira/browse/CAMEL-10462
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-core
>            Reporter: Quinn Stevenson
>            Assignee: Quinn Stevenson
>            Priority: Minor
>
> Camel supports MDC through the MDCUnitOfWork, so MDC keys/values are not set during context/route startup and shutdown.  It would be nice to have the keys/values there during these phases.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)