This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch camel-3.x in repository https://gitbox.apache.org/repos/asf/camel.git
commit 788df1eab2ef46b352e1cb150274129880ae5b2e Author: Claus Ibsen <[email protected]> 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].
