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 c46dc08d970 CAMEL-21441: camel log is only for main runtime. Added to
docs
c46dc08d970 is described below
commit c46dc08d970e10fb3e77085ac58eae5ac2e48208
Author: Claus Ibsen <[email protected]>
AuthorDate: Tue Nov 12 16:22:34 2024 +0100
CAMEL-21441: camel log is only for main runtime. Added to docs
---
docs/user-manual/modules/ROOT/pages/camel-jbang.adoc | 2 ++
1 file changed, 2 insertions(+)
diff --git a/docs/user-manual/modules/ROOT/pages/camel-jbang.adoc
b/docs/user-manual/modules/ROOT/pages/camel-jbang.adoc
index f25867ed324..498b68d01cb 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-jbang.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-jbang.adoc
@@ -1662,6 +1662,8 @@ TIP: Use `camel top --help` to display all the available
commands as additional
When you run Camel integrations, then they will by default run in the
foreground and output logs.
+NOTE: The `camel log` command is **not** supported when running in Spring Boot
or Quarkus runtimes.
+
You can from another terminal access the logs from any Camel integration with
the `log` command, as follows:
[source,bash]