Replace debug prints with Python Logger system.

Issue #11 resolved
Andrew Peterson repo owner created an issue

It is getting to a point where we are generating to much debug information during runtime. We need to switch to the Python Logger system to have more control over active debug information as well as turn it off with production releases. Right now, most debug information is provided using "print" statements throughout the code. These should just be replaced and their relevance reflected in the log level.

Comments (4)

  1. Log in to comment