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

Maybe use a better logging library #4

Open
3 tasks
mback2k opened this issue Sep 28, 2018 · 0 comments
Open
3 tasks

Maybe use a better logging library #4

mback2k opened this issue Sep 28, 2018 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@mback2k
Copy link
Owner

mback2k commented Sep 28, 2018

Maybe replace the custom handling of logging and printing using the built-in log package with something like the popular golang/glog, sirupsen/logrus or juju/loggo packages.

Dave Cheney's blog post about logging should probably be kept in mind:
https://dave.cheney.net/2015/11/05/lets-talk-about-logging

In my opinion the currently existing log prefixes (= levels) should be kept:

  • info
  • notice
  • error
@mback2k mback2k added enhancement New feature or request help wanted Extra attention is needed labels Sep 28, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant