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

Library does not use logging #24

Open
paultiplady opened this issue Jul 26, 2016 · 0 comments
Open

Library does not use logging #24

paultiplady opened this issue Jul 26, 2016 · 0 comments

Comments

@paultiplady
Copy link

python-ach doesn't make any logs. This can make it hard to debug errors while developing, and to track down unexpected changes in production.

Would you accept PRs to gradually add logs using Python's loggers? These impose very little performance penalty, and can be set to default to WARN if you don't want to log by default.

Requests is an example of a library that makes very good use of logging. It's a single line in your application to disable their logger completely, but you can optionally get a lot of information about what's going on as well.

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

No branches or pull requests

1 participant