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

log: define set of loggers that are INFO by default #105

Closed
Wondertan opened this issue Sep 30, 2021 · 1 comment
Closed

log: define set of loggers that are INFO by default #105

Wondertan opened this issue Sep 30, 2021 · 1 comment

Comments

@Wondertan
Copy link
Member

Problem

Currently, logs are too spammy from the plenty of components, while only some of them should be On by default and others are off.

Implementation

  • Create logs package
  • Analyze all existing logging components
  • Consider those that should be on
  • Implement SetDefaultLogging func to trigger Info for chosen components
  • Make others accessible through CLI
@Wondertan
Copy link
Member Author

Currently, we have this other way around where set what we don't want to see.

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