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

Change print statements to logging #39

Open
softwaredoug opened this issue Jun 29, 2020 · 0 comments
Open

Change print statements to logging #39

softwaredoug opened this issue Jun 29, 2020 · 0 comments

Comments

@softwaredoug
Copy link
Contributor

softwaredoug commented Jun 29, 2020

There are a lot of helpful print statements throughout the code that we should change to logging. I would prefer using the built-in Python logging libraries to cut down on dependencies, but are open to various options.

It should be possible to switch on/off logging in a notebook to see what's happening. Logging should by default go to the notebook itself (ie std out, like a print statement).

Not too stressed about what the right granularity is right now, if everything was "INFO" or "ERROR" then that'd be awesome. So long as we can get things into logging statements...

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