Python’s standard logging API violates PEP-8 and this #PEP proposes to fix this. Feedback and criticism of all sort is welcome.
You must log in or register to comment.
While we’re at it, can we please define enums for the standard logging levels in the stdlib
Indeed, this has been a little baffling for me. If I’m not mistaken there are even some snake case aliases for some things in the logging library, but it’s hard to guess which ones. Deprecating everything that doesn’t conform and removing them in a future major release is the way to go, IMO.