Prefect 1.0 I have a task which calls a non-task ...
# ask-community
a
Prefect 1.0 I have a task which calls a non-task function. In that function I use
print
statements. I am unable to see this output when I run the flow. What am I doing wrong?
n
hi @Anders Segerberg - are you setting
log_stdout=True
in your task decorator?
a
not explicitly. i take it that isn't the default?