Hello All! Hopefully a quick & easy question: I ...
# ask-community
j
Hello All! Hopefully a quick & easy question: I noticed when starting a worker (both locally and in AWS ECS) that the logging messages are being directed out to stderr. One can easily test this with
prefect 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.