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

Use Python's logging module instead #37

Open
DavidLemayian opened this issue Aug 26, 2017 · 1 comment
Open

Use Python's logging module instead #37

DavidLemayian opened this issue Aug 26, 2017 · 1 comment

Comments

@DavidLemayian
Copy link
Contributor

This scraper started out as a simple script but has since evolved into a more complex system that we intend to "grow". We should therefore replace our print use with Python's logging module.

"Good logging practice in Python" by @fangpenlin - https://fangpenlin.com/posts/2012/08/26/good-logging-practice-in-python/

@DavidLemayian
Copy link
Contributor Author

Now to remove print_error and use Python's logging module. cc @andela-mmakinde @andela-ookoro

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