How to do logging with python and avoid duplicate lines
TL;DR: If you use the default example your handlers are duplicated in each object instance If you blindly follow the official python documentation at https://docs.python.org/3/howto/logging.html you will probably end up with duplicate lines like me. The reason for this is, that each instance of your object will add a separate handler to the default