Hello everyone, I need your help!
I created my application in streamlit and would like to collect some logs. I saw that at the INFO level it brings the requests to the site. But the logs only appear when I modify the “messageFormat” in the config.toml file with the application running. Is this a bug or a recognized action? I would like to always turn on the application these logs are collected
The ability to selectively log the 4 different logs: error, warning, info or debug, is an intended feature. More details can be found in the Docs page: