Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

need more specific use of logging #27

Open
mheilman opened this issue Aug 1, 2014 · 1 comment
Open

need more specific use of logging #27

mheilman opened this issue Aug 1, 2014 · 1 comment

Comments

@mheilman
Copy link
Contributor

mheilman commented Aug 1, 2014

Currently, the code just uses logging.info, logging.warning, etc. to record log messages. It would be better to instantiate one logger for the module, or logging modules for each class, etc. I'm not sure what the best way to do this is, but it would be best to do this without adding a ton of code to every class.

@mheilman
Copy link
Contributor Author

We should probably use this:
https://lukasa.co.uk/2014/05/A_Brief_Digression_About_Logging/

(via @dan-blanchard)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant