You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2020/10/01 11:40:01 UTC

[camel] branch master updated: Regen for commit c936fe33bbfeb4d1fb3f28e1b87173da8ac186f7

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/master by this push:
     new 712d21f  Regen for commit c936fe33bbfeb4d1fb3f28e1b87173da8ac186f7
712d21f is described below

commit 712d21fcd1ad0a0c98ec0332b320f003be66a4bf
Author: oscerd <os...@users.noreply.github.com>
AuthorDate: Thu Oct 1 11:26:40 2020 +0000

    Regen for commit c936fe33bbfeb4d1fb3f28e1b87173da8ac186f7
    
    Signed-off-by: GitHub <no...@github.com>
---
 .../src/generated/resources/org/apache/camel/catalog/docs/log-eip.adoc  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/log-eip.adoc b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/log-eip.adoc
index 26c2817f..95f399a 100644
--- a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/log-eip.adoc
+++ b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/log-eip.adoc
@@ -52,7 +52,7 @@ Which will construct a String message at runtime using the Simple language. The
 ====
 *Logging message body with streamed messages:*
 
-If the message body is stream based, then logging the message body, may cause the message body to be empty afterwards. See this FAQ. For streamed messages you can use Stream caching to allow logging the message body and be able to read the message body afterwards again.
+If the message body is stream based, then logging the message body, may cause the message body to be empty afterwards. See this https://camel.apache.org/manual/latest/faq/why-is-my-message-body-empty.html[FAQ]. For streamed messages you can use Stream caching to allow logging the message body and be able to read the message body afterwards again.
 ====
 
 The log DSL have overloaded methods to set the logging level and/or name as well.