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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]