You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2021/12/20 15:49:07 UTC

[GitHub] [camel] davsclaus commented on a change in pull request #6567: CAMEL-17352: Add plain option

davsclaus commented on a change in pull request #6567:
URL: https://github.com/apache/camel/pull/6567#discussion_r772474344



##########
File path: components/camel-log/src/main/java/org/apache/camel/component/log/LogEndpoint.java
##########
@@ -118,6 +118,8 @@
     @UriParam(label = "formatting", enums = "Default,Tab,Fixed", defaultValue = "Default",
               description = "Sets the outputs style to use.")
     private DefaultExchangeFormatter.OutputStyle style = DefaultExchangeFormatter.OutputStyle.Default;
+    @UriParam(defaultValue = "false", description = "Log exchange body as-is (ex. log(\"${body}\").")

Review comment:
       Lets use the same description:
   ```
   If enabled only the body will be printed out
   ```
   
   To make it stand out that all the other options are not considered then




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org