Hey all, I am new to Prefect. Is there any way to ...
# prefect-ui
g
Hey all, I am new to Prefect. Is there any way to view the standard output via the Prefect UI?
🤔 1
j
Generally, I think explicit logging is better, since you have much more control. I believe the feature you want is the
log_prints
attribute on the task or flow annotation: https://docs.prefect.io/2.10.18/concepts/logs/#logging-print-statements