ZeroKnight / ZeroBot

My personal IRC/Multi-protocol Bot created (and re-created) for education and amusement.
MIT License
1 stars 0 forks source link

Switch logging module to loguru #46

Open ZeroKnight opened 9 months ago

ZeroKnight commented 9 months ago

The built-in logging module is nice and works well enough, but is a bit antiquated and Java-y. Loguru is a nice, modern, drop-in replacement.

Consider also enabling logging lints, like flake8-logging and flake8-logging-format.