We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2df93c9 commit 779366fCopy full SHA for 779366f
content/blog/2024/12/camel49-whatsnew/index.md
@@ -103,7 +103,7 @@ Added `log` function to make it easy to write to log from within a groovy script
103
For low-code users that favour using Groovy then we made it possible to use the Log EIP with groovy instead of simple.
104
You can configure this with `camel.main.logLanguage = groovy`.
105
106
-The Log EIP now formats the `${exchange}` output using the standard exchange formatter, which makes
+The Log EIP has the the new `${logExchange}` function that formats the Exchange using the standard exchange formatter, which makes
107
it easier to see the content of the current `Exchange`.
108
109
## Camel JMS
0 commit comments