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

Refactor logging + use it for debugging messages #673

Open
madebr opened this issue Dec 13, 2018 · 1 comment
Open

Refactor logging + use it for debugging messages #673

madebr opened this issue Dec 13, 2018 · 1 comment

Comments

@madebr
Copy link
Contributor

madebr commented Dec 13, 2018

  • refactor logging to a design based on the logging module of python
  • use fmtlib for formatting the message
  • use logging for printing (all) debugging/... messages
  • minimize the overhead (or none if possible)
    ... (go crazy)
@danhedron
Copy link
Member

Some of the debug messages are just assertions, these should remain simple, but everything else should use logging unless there's a performance reason for them not to.

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

2 participants