[
https://issues.apache.org/jira/browse/CAMEL-11797?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16174371#comment-16174371
]
ASF GitHub Bot commented on CAMEL-11797:
----------------------------------------
GitHub user strelok1 opened a pull request:
https://github.com/apache/camel/pull/1946
CAMEL-11797: Change MessageHelper to use the custom message history format
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/strelok1/camel master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/camel/pull/1946.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 #1946
----
commit 42e70f6cf79967d120412d8b702e1c6c18f98ebd
Author: Roman Rodov <[email protected]>
Date: 2017-09-21T07:22:56Z
CAMEL-11797: Change MessageHelper to actually use the custom message
history format for lines > 1
----
> CamelMessageHistoryOutputFormat global option ignored for message history
> -------------------------------------------------------------------------
>
> Key: CAMEL-11797
> URL: https://issues.apache.org/jira/browse/CAMEL-11797
> Project: Camel
> Issue Type: Bug
> Components: camel-core
> Affects Versions: 2.19.2
> Reporter: Roman
> Priority: Minor
> Fix For: 2.19.4, 2.20.0
>
> Attachments: CAMEL11797.patch
>
>
> CamelMessageHistoryOutputFormat global option is used in
> org.apache.camel.util.MessageHelper#doDumpMessageHistoryStacktrace to print a
> pretty message history of an exchange. However the format is ignored for all
> but the first line of the history. This is due to line 585 not using the
> "resolved" format from the option but the default. I will attach a patch for
> this.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)