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.git

commit eb1d593b18fb3b5855176b0aa068c3f7089fa67e
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Mon Mar 6 08:10:55 2023 +0100

    CAMEL-19017: Using tracing should output headers by default.
---
 docs/user-manual/modules/ROOT/pages/tracer.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/user-manual/modules/ROOT/pages/tracer.adoc 
b/docs/user-manual/modules/ROOT/pages/tracer.adoc
index a2845c74a8c..7d22edaa451 100644
--- a/docs/user-manual/modules/ROOT/pages/tracer.adoc
+++ b/docs/user-manual/modules/ROOT/pages/tracer.adoc
@@ -1,7 +1,7 @@
 = Tracer
 
 Camel's tracer is used for logging message details during routing, where
-you can see the route path of each message as they happen. Details of the 
message is also logged such as the message body.
+you can see the route path of each message as they happen. Details of the 
message is also logged such as the message body, and headers.
 
 TIP: There is an alternative tracer that captures the messages in a 
xref:backlog-tracer.adoc[Backlog Tracer].
 

Reply via email to