-
Type:
Bug
-
Status: Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.19.2
-
Component/s: camel-core
-
Labels:None
-
Patch Info:Patch Available
-
Estimated Complexity:Unknown
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.
- links to