Joey Allison
11/27/2023, 4:42 PMprefect worker start --name foo --pool bar > out 2> error
and run any flows with it. The formatted logging messages will appear in the error
file and unformatted messages will appear in out
.
Is there a way to customize whether Prefect is sending logs to stdout or stderr? I looked around in the documentation and didn't find anything but I could simply be incredibly imperceptive.