bancho.py
bancho.py copied to clipboard
Switch to stdlib logging module for all logging purposes
There are many reasons to do this - but generally it just provides a more standardized & fleshed out interface which is also used by many (or most) of the 3rd party libraries we'll be using - allowing our logging configuration to have more of an meaningful impact on more of a the stack.