I have a custom logger, logging to stdout set at level DEBUG
DEBUG
class MyLogger(Logger): def __init__(self, name): super().__init__(name)