I'm having trouble finding an authoritative reference which describes correct usage for each of the five logging levels in Python (DEBUG, INFO, WARNING, ERROR, CRITICAL). The docs are not specifying it:
Also found a few blogs with some personal opinions, but nothing "official" that could for example serve to settle a difference of opinions.
Is there such a reference out there?