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/20 18:48:00 UTC

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

     [ https://issues.apache.org/jira/browse/CAMEL-17352?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen resolved CAMEL-17352.
---------------------------------
    Resolution: Fixed

> 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
>            Priority: Major
>             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)