For questions related to the logging library for Python. It can be combined with the tag [python].
Loguru is a Python logging library. It has a variety of useful features that solve the drawbacks of standard loggers.
Some Features
From https://loguru.readthedocs.io/en/stable/overview.html#features
- Ready to use out of the box without boilerplate
- No Handler, no Formatter, no Filter: one function to rule them all
- Easier file logging with rotation / retention / compression
- Exceptions catching within threads or main
- Asynchronous, Thread-safe, Multiprocess-safe
- Fully descriptive exceptions
- Better datetime handling