Hi, when we run our flyte workflow locally, withou...
# ask-the-community
m
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 🙌
s
Prints should work when you run the code locally. You can also set
FLYTE_SDK_LOGGING_LEVEL
to 10 if you want other logs.
m
thank youu ❤️ this worked