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 logging module instead of warnings and manual prints #7

Merged
merged 1 commit into from
Oct 26, 2017

Conversation

jakobj
Copy link
Contributor

@jakobj jakobj commented Oct 20, 2017

This PR replaces all manual prints and all calls to the warning module with the logging module. In addition the user can adjust the level of verbosity of the logger via a commandlin argument, e.g., -v info.
Closes #5 and closes #6

@jakobj jakobj added this to the 0.1 milestone Oct 20, 2017
@jakobj jakobj requested a review from weidel-p October 20, 2017 15:46
@weidel-p
Copy link
Contributor

nice work! I fully agree and the code looks fine! 👍

@jakobj
Copy link
Contributor Author

jakobj commented Oct 24, 2017

You can merge it if you're happy ;)

@weidel-p weidel-p merged commit fdacdb4 into INM-6:master Oct 26, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Use logger instead of screen printing Add verbosity config entry
2 participants