You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Claus Ibsen (Jira)" <ji...@apache.org> on 2021/12/18 09:29:00 UTC

[jira] [Created] (CAMEL-17352) log-component - Add plain option

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)