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

Implement logging #24

Open
dafrose opened this issue Jun 30, 2020 · 0 comments
Open

Implement logging #24

dafrose opened this issue Jun 30, 2020 · 0 comments
Milestone

Comments

@dafrose
Copy link
Member

dafrose commented Jun 30, 2020

Summary

For better control about the amount of feedback the software gives and where it is written to, it would be helpful to use logging. This would replace any current print statements. We can flag outputs as INFO, DEBUG, or WARNING. Users can then control which level of information they would like to receive. Furthermore, it is possible to direct the feedback stream to various targets, including the standard output/terminal or a log file.

Details

  • Possibly introduce some general setup/rc interface to set up logging globally for the user?
@dafrose dafrose added this to the v1.0.0 milestone Jun 30, 2020
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