Claus Ibsen created CAMEL-17352:
-----------------------------------
Summary: log-component - Add plain option
Key: CAMEL-17352
URL: https://issues.apache.org/jira/browse/CAMEL-17352
Project: Camel
Issue Type: New Feature
Reporter: Claus Ibsen
Fix For: 3.15.0
When using to("log:foo") then we log the message with various key=values etc.
But sometimes you just want only the message body, and then you can use
log("${body}") but that is not an endpoint.
So we can make to("log:foo?plain=true") to make it log only the body as-is.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)