William Grim
10/30/2021, 7:26 PMprefect agent local start -l mylabel --show-flow-logs 2>&1 | tee /my/file/here.log
? I've got a very long-running flow, and I don't see any output. Is prefect buffering? Do I need to use stdbuf
when running the process?Kevin Kho
prefect agent local start -l mylabel --show-flow-logs --log-level=DEBUG 2>&1 | tee here.log
This worked for me and I got an outputWilliam Grim
10/30/2021, 11:17 PMKevin Kho
structlog
. This seems to be related