Logging is essential in the field of software development. It helps programmers and system administrators analyse the state of an application. Imagine waking up and seeing the program that you’ve left running overnight has crashed, without leaving a single clue as to how it did!

In this article, I would like to give a brief introduction to Loguru — a Python package that prides itself on making logging less painful and more enjoyable.

Please continue reading the rest on Medium