When we deploy a flow without workpool, Is there a...
# pacc-aug-28-29-2024
s
When we deploy a flow without workpool, Is there a option to start in detached mode like does not stream the worker logs on console ?
b
Hi Siva! Are you looking to not have your flow run logs streamed to Prefect Cloud? Maybe with a test harness of sorts?
p
Hi Siva. I have managed to achieve something similar using the "nohup &" command
👍 1
This way the logs are transferred to a file named nohup.out and they don't clog your shell