Description
Python includes a good logging library. However beginning to use it is not always straight forward. Eventually one ends up copy-pasting Stackoverflow answers or going back to print(). I would like to give you a brief introduction to the logging module, explain some of its core principals and share some knowledge that will allow you to use it without getting in your way.