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

Create logging system #74

Open
Drake-Eidukas opened this issue Feb 11, 2019 · 0 comments
Open

Create logging system #74

Drake-Eidukas opened this issue Feb 11, 2019 · 0 comments
Labels
refactor This isn't super important, but would be nice to refactor

Comments

@Drake-Eidukas
Copy link
Contributor

It would be pretty nice if we could make an abstraction on top of our current printouts that provides helpers such as logging levels (info, debug, warning, error, critical) such that you can use flags to customize the output of cfg. For example, setting verbosity (i.e. only show error logs), setting log sinks, and turning off colors. This way, we can have a simple and centralized way of aggregating user preferences via either the base's config, or allowing overrides per-command via flags.

@Drake-Eidukas Drake-Eidukas added the refactor This isn't super important, but would be nice to refactor label Feb 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactor This isn't super important, but would be nice to refactor
Projects
None yet
Development

No branches or pull requests

1 participant