https://prefect.io logo
Title
a

Anders Segerberg

05/25/2023, 5:16 PM
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

Nate

05/25/2023, 5:47 PM
hi @Anders Segerberg - are you setting
log_stdout=True
in your task decorator?
a

Anders Segerberg

05/25/2023, 5:58 PM
not explicitly. i take it that isn't the default?