eanble "rich_tracebacks": True for logger config.ini

This commit is contained in:
Jakub Miazek 2024-05-08 15:38:06 +02:00
parent bf85c3a2a4
commit bbe01f7486

View File

@ -149,6 +149,7 @@ I've included a few of my favorites to kick things off!
* [SQL Code Generator](https://github.com/agronholm/sqlacodegen) * [SQL Code Generator](https://github.com/agronholm/sqlacodegen)
* [Passlib - password hashing library for Python](https://passlib.readthedocs.io/en/stable/) * [Passlib - password hashing library for Python](https://passlib.readthedocs.io/en/stable/)
* [Polars - fast DataFrame library for Rust and Python](https://docs.pola.rs/) * [Polars - fast DataFrame library for Rust and Python](https://docs.pola.rs/)
* [Rich - Traceback and logging, made easy](https://rich.readthedocs.io/en/stable/traceback.html)
<p align="right">(<a href="#readme-top">back to top</a>)</p> <p align="right">(<a href="#readme-top">back to top</a>)</p>