Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
Unknown
Description
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.