question, when I run my flows locally, the print s...
# ask-community
a
question, when I run my flows locally, the print statements run as expected. When I deploy and run via the UI the print statements show up at the very end... can someone explain why?
nm, figured it out
t
What was it?
a
ran this globally
prefect config set PREFECT_LOGGING_LOG_PRINTS=True
you can also add it to the flow itself