Hello everyone,
How do I disable streamlit’s logging? I’m currently importing another python script which is logging externally, but I believe due to streamlit also using logging, it’s getting all jumbled up. My external logs only print to the console and not my desired text file anymore.
Thanks!