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

Cleanups and logging #317

Merged
merged 3 commits into from
Oct 22, 2018
Merged

Cleanups and logging #317

merged 3 commits into from
Oct 22, 2018

Conversation

Dieterbe
Copy link
Contributor

see individual commit messages for details.
BREAKING: If you were previously using notice, you should now use info

this makes it easier to use the plugins in other projects which use logrus
fix #285

@Dieterbe Dieterbe requested a review from DanCech October 22, 2018 12:31
@Dieterbe Dieterbe force-pushed the cleanups-and-logging branch 2 times, most recently from 771b77b to 9777278 Compare October 22, 2018 12:46
@Dieterbe
Copy link
Contributor Author

cc @robert-milan does this look to you

* switch to logrus
* have tracing be a lower level than debug, which makes sense, as
  tracing of individual packets is much higher volume than debug messages.
* in particular, people were previously included to change the default
  notice to info, and getting overwhelmed with tracing data.  This is
  now solved and the ambiguity is gone. There is no more "notice",
  only "info" which is now the sensible default.
* the custom logger is copied from metrictank

---> If you were previously using notice, you should now use info <---
Copy link
Contributor

@DanCech DanCech left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good

@Dieterbe Dieterbe merged commit b2b41c3 into master Oct 22, 2018
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

Successfully merging this pull request may close these issues.

None yet

2 participants