Python logging - Is there something below DEBUG?
问题 In some other technologies we occasionally used a log level below DEBUG that I believe was called "verbose". I realize that the need for such a level is very subjective. But in my mind "just" having INFO and DEBUG isn't really enough. We had times where something very spammy (more spammy than debug) needed to be logged. In practice we'd produce builds without this turned on but in a few occasions we'd enable this level of logging after the product was all installed on some QA setup, while