https://flyte.org logo
#ask-the-community
Title
# ask-the-community
m

Marti Jorda Roca

07/25/2023, 3:31 PM
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

Samhita Alla

07/26/2023, 5:17 AM
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

Marti Jorda Roca

07/26/2023, 8:04 AM
thank youu ❤️ this worked
2 Views