Closed mivade closed 8 years ago
This removes a lot of tedious calls to logging.getLogger in the server code and conforms more to the practice of using module-level loggers recommended by the documentation.
logging.getLogger
Thanks for this great project!
I'm closing this since I am incorporating this change into other improvements soon.
This removes a lot of tedious calls to
logging.getLogger
in the server code and conforms more to the practice of using module-level loggers recommended by the documentation.Thanks for this great project!