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

Replace print functions by logging system #17

Open
ivanhercaz opened this issue Jul 11, 2019 · 0 comments
Open

Replace print functions by logging system #17

ivanhercaz opened this issue Jul 11, 2019 · 0 comments

Comments

@ivanhercaz
Copy link
Owner

Prints are not the best way to show in the terminal what is doing the script, neither it is the best way to test if something works as expected. These prints aren't necessary due it is possible to address its purposes with:

  • Show information about what is doing the script: logging system (log.py).
  • Test how is working an executed piece of code: PySnooper
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