Closed
Description
I had a hard time figuring out why the root logger level (logging.root.level
) was being reset to 0 (NOTSET).
This gets done by DDT:
logging.root.setLevel(logging.NOTSET)
I think that DDT should not change this setting, but only add its handler.
There might be a configuration option for this, but then you could also just configure your root handler accordingly.