This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-website.git
The following commit(s) were added to refs/heads/main by this push:
new 779366f4 Update index.md
779366f4 is described below
commit 779366f4e380d0a33c6845ef45ad48ed0316c7a1
Author: Claus Ibsen <[email protected]>
AuthorDate: Sat Dec 7 10:35:08 2024 +0100
Update index.md
---
content/blog/2024/12/camel49-whatsnew/index.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/content/blog/2024/12/camel49-whatsnew/index.md
b/content/blog/2024/12/camel49-whatsnew/index.md
index 2b8e360f..4080c89c 100644
--- a/content/blog/2024/12/camel49-whatsnew/index.md
+++ b/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
For low-code users that favour using Groovy then we made it possible to use
the Log EIP with groovy instead of simple.
You can configure this with `camel.main.logLanguage = groovy`.
-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
it easier to see the content of the current `Exchange`.
## Camel JMS