[
https://issues.apache.org/jira/browse/CAMEL-18674?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17655678#comment-17655678
]
Claus Ibsen commented on CAMEL-18674:
-------------------------------------
There is a new run-background command for this.
And we can use similar approach for running Camel with different version, or
runtime (SB or Quarkus)
> camel-jbang - Run in background
> -------------------------------
>
> Key: CAMEL-18674
> URL: https://issues.apache.org/jira/browse/CAMEL-18674
> Project: Camel
> Issue Type: Improvement
> Components: camel-jbang
> Reporter: Claus Ibsen
> Assignee: Claus Ibsen
> Priority: Major
> Fix For: 3.21.0
>
>
> So you can run the integration in the background
> camel run foo.yaml --background
> As if you run via
> camel run foo.yaml &
> then the logging will still happen on system out, which should be off when
> running in background. We should log to file instead and have camel log
> command to show the logs instead.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)