You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2023/02/09 07:42:29 UTC

[camel] 04/04: CAMEL-19026: camel-main - Add camel.main.backlogTracingStandby option.

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 dc767ac74fc7f63ed23e4bceec3c6bff29216c7c
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Thu Feb 9 08:40:56 2023 +0100

    CAMEL-19026: camel-main - Add camel.main.backlogTracingStandby option.
---
 docs/user-manual/modules/ROOT/pages/camel-4-migration-guide.adoc | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/docs/user-manual/modules/ROOT/pages/camel-4-migration-guide.adoc b/docs/user-manual/modules/ROOT/pages/camel-4-migration-guide.adoc
index 117e5f608d4..c65d6101564 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-4-migration-guide.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-4-migration-guide.adoc
@@ -54,6 +54,12 @@ Camel 4 has upgraded logging facade API `slf4j-api` from 1.7 to 2.0.
 
 All the `camel-test` modules that were JUnit 4.x based has been removed. All test modules now use JUnit 5.
 
+== Backlog Tracing
+
+The option `backlogTracing=true` now automatic enabled the tracer on startup. The previous behavior
+was _surprisingly_ that the tracer was only made available, and had to be manually enabled afterwards.
+The old behavior can be archived by setting `backlogTracingStandby=true`.
+
 == Component changes
 
 === camel-caffeine