This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch standby in repository https://gitbox.apache.org/repos/asf/camel.git
commit 95b1dec873d08d6aa2f5f740b3dadd5b6753ce68 Author: Claus Ibsen <[email protected]> AuthorDate: Sat Aug 31 17:50:31 2024 +0200 CAMEL-21150: camel-jbang - Make tracer in standby as default --- docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_8.adoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_8.adoc b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_8.adoc index 24fbc24157e..25c92369df7 100644 --- a/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_8.adoc +++ b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_8.adoc @@ -25,6 +25,10 @@ performing these copies has increased from 4096 bytes to 16384 bytes (the defaul The tracer (`BacklogTracer`) has changed the `backlogSize` default value from `1000` to `100`, and `maxBodySize` from `128kb` to `32kb`. This reduces the amount of data captured and stored and helps reduce the tracing overhead. +=== camel-jbang + +The `camel trace` command has changed to show tracing status (by default). To dump traced messages use `camel trace --action=dump`. + === Deprecated Components The following components that were marked as deprecated:
