Closed ktdreyer closed 8 years ago
Centralize the logger code, so that we use a shared logger across the module.
Use a custom logger format string so log output is more user-friendly and readable.
It makes flake8 unhappy to have this code in __init__.py before those other imports, so eventually I should re-organize this.
__init__.py
Centralize the logger code, so that we use a shared logger across the module.
Use a custom logger format string so log output is more user-friendly and readable.
It makes flake8 unhappy to have this code in
__init__.py
before those other imports, so eventually I should re-organize this.