Hello,
I want to replace the current log handler with the rich handler for logging (Logging Handler — Rich 9.9.0 documentation), as it provides better formatting and colorization.
Currently, when I use the rich handler, I get two outputs (one from streamlit’s own logger and one from the rich one).
How can I disable the streamlit one?