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


The following commit(s) were added to refs/heads/main by this push:
     new 092ecd46c86 Update docs to include updated trace property (#18156)
092ecd46c86 is described below

commit 092ecd46c86c24ea0891703529b6423a18f5a23a
Author: joshiraezcode <joshiraezrodrig...@gmail.com>
AuthorDate: Thu May 22 13:52:49 2025 +0200

    Update docs to include updated trace property (#18156)
    
    * Update docs to include updated trace property
    
    * For Default Tracer (not backlog tracer), change springboot properties to 
main properties as the upgrade docs tell
    
    ---------
    
    Co-authored-by: Joshi Raez <jr...@redhat.com>
---
 docs/user-manual/modules/ROOT/pages/backlog-tracer.adoc | 4 ++--
 docs/user-manual/modules/ROOT/pages/tracer.adoc         | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/docs/user-manual/modules/ROOT/pages/backlog-tracer.adoc 
b/docs/user-manual/modules/ROOT/pages/backlog-tracer.adoc
index eadf22583ea..c9ea00dc317 100644
--- a/docs/user-manual/modules/ROOT/pages/backlog-tracer.adoc
+++ b/docs/user-manual/modules/ROOT/pages/backlog-tracer.adoc
@@ -124,14 +124,14 @@ And in Camel Main you can enable this  in the 
`application.properties` file:
 
 [source,properties]
 ----
-camel.main.backlog-tracing = true
+camel.trace.enabled = true
 ----
 
 And in Spring Boot you can enable this in the `application.properties` file:
 
 [source,properties]
 ----
-camel.springboot.backlog-tracing = true
+camel.trace.enabled = true
 ----
 
 === Tracing payloads of InputStream types
diff --git a/docs/user-manual/modules/ROOT/pages/tracer.adoc 
b/docs/user-manual/modules/ROOT/pages/tracer.adoc
index 7d22edaa451..6cfebe077c9 100644
--- a/docs/user-manual/modules/ROOT/pages/tracer.adoc
+++ b/docs/user-manual/modules/ROOT/pages/tracer.adoc
@@ -27,7 +27,7 @@ And in Spring Boot
 
 [source,text]
 ----
-camel.springboot.tracing = true
+camel.main.tracing = true
 ----
 
 === Setting Tracing in Standby mode
@@ -55,7 +55,7 @@ And in Spring Boot
 
 [source,text]
 ----
-camel.springboot.tracing-standby = true
+camel.main.tracing-standby = true
 ----
 
 If tracer is in standby mode, then tracing is made available, and can be 
enabled during runtime.
@@ -105,7 +105,7 @@ And in Spring Boot
 
 [source,properties]
 ----
-camel.springboot.tracing-logging-format = %-4.4s [%-30.30s] [%-50.50s]
+camel.main.tracing-logging-format = %-4.4s [%-30.30s] [%-50.50s]
 ----
 
 And in Camel Main / Quarkus

Reply via email to