red-hat-storage / rhcephcompose

A tool to compose releases of Red Hat Ceph Storage for Ubuntu
MIT License
1 stars 1 forks source link

centralize logging #12

Closed ktdreyer closed 8 years ago

ktdreyer commented 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.