Hi, when we run our flyte workflow locally, withou...
# flyte-support
c
Hi, when we run our flyte workflow locally, without the
–remote
flag or with
python my_flow.py
, the prints or logs do not appear in the stdout. Where does flyte save the logs/stdouts in local execution? How can we properly debug our workflows locally, without creating a flyte sandbox? Thank you 🙌
t
Prints should work when you run the code locally. You can also set
FLYTE_SDK_LOGGING_LEVEL
to 10 if you want other logs.
🎯 1
c
thank youu ❤️ this worked
🎉 2