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 400acbb  Polished doc
400acbb is described below

commit 400acbbabcc1e88f1c1e048700adb39f120f1c86
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Thu Jan 13 22:24:50 2022 +0100

    Polished doc
---
 docs/user-manual/modules/ROOT/pages/tracer.adoc | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/docs/user-manual/modules/ROOT/pages/tracer.adoc 
b/docs/user-manual/modules/ROOT/pages/tracer.adoc
index 41403ba..a2845c7 100644
--- a/docs/user-manual/modules/ROOT/pages/tracer.adoc
+++ b/docs/user-manual/modules/ROOT/pages/tracer.adoc
@@ -89,7 +89,7 @@ The default format can be customized using, for exameple to 
use wider columns:
 
 [source,java]
 ----
-context.setTracingLoggingFormat("%-4.4s [%-30.30s] [%-50.50s]);
+context.setTracingLoggingFormat("%-4.4s [%-30.30s] [%-50.50s]");
 ----
 
 And in XML DSL:
@@ -103,9 +103,14 @@ And in XML DSL:
 
 And in Spring Boot
 
-[source,text]
+[source,properties]
 ----
 camel.springboot.tracing-logging-format = %-4.4s [%-30.30s] [%-50.50s]
 ----
 
+And in Camel Main / Quarkus
 
+[source,properties]
+----
+camel.main.tracing-logging-format = %-4.4s [%-30.30s] [%-50.50s]
+----

Reply via email to