Hi there,
is there a way to access the logs of an app?
I have an app that I deployed on the Streamlit Community Cloud, so other people can use it. Those other people usually don’t know anything about programming and don’t have Streamlit accounts. When there is a problem with the app, they tell me about it and I try to fix it. For this it would be really helpful for me to see the logs of their session with the app. Is there any way for me (as the creator of the app) to access them?
Also, I’m using a log file for my logs on the local machine. I’m guessing when the app is deployed, those files get deleted as soon as the session ends. Is there a way to save those?
Thanks for your help!