This is an automated email from the ASF dual-hosted git repository. orpiske pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
commit 05c92bb0057b94735018ab1a011a91a2fb2567ed Author: Otavio Rodolfo Piske <[email protected]> AuthorDate: Mon Feb 26 10:53:03 2024 +0100 CAMEL-20459: minor documentation tweaks and fixes for the log EIP. - Fix rendering two of the tables --- core/camel-core-engine/src/main/docs/modules/eips/pages/log-eip.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/camel-core-engine/src/main/docs/modules/eips/pages/log-eip.adoc b/core/camel-core-engine/src/main/docs/modules/eips/pages/log-eip.adoc index 31c4fdba159..02329ab5235 100644 --- a/core/camel-core-engine/src/main/docs/modules/eips/pages/log-eip.adoc +++ b/core/camel-core-engine/src/main/docs/modules/eips/pages/log-eip.adoc @@ -164,7 +164,7 @@ from("direct:start").routeId("fooRoute") ---- XML:: - ++ [source,xml] ---- <route id="fooRoute"> @@ -207,7 +207,7 @@ camelContext.getGlobalOptions().put(Exchange.LOG_EIP_NAME, "com.foo.myapp"); ---- XML:: - ++ [source,xml] ---- <camelContext>
