-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
switch to go-kit logger #1575
switch to go-kit logger #1575
Conversation
dc8e312
to
b330ea4
Compare
Thanks! It looks like the buildkite failure is due to a broken build node. I'll see if I can fix it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems pretty good so far. I'm wondering about the collector level messages. It would be useful to have a collector
logging key appended to all the debug messages.
@SuperQ Thanks for your review. Do you mean adding sth like level.Debug(logger).Log("collector", collectorName) ? |
Yes, something like |
@SuperQ Done. PTAL |
It's |
428e787
to
4a56a84
Compare
@brian-brazil @SuperQ Ready for review. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is pretty great. A couple of minor nits.
054bcd6
to
0d3c210
Compare
Signed-off-by: yeya24 <yb532204897@gmail.com>
0d3c210
to
8806dff
Compare
Thanks for your review. @SuperQ @brian-brazil I have addressed all the comments. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
@brian-brazil Any other issues? |
Oh no, I just noticed that in passing as I'd written similar code elsewhere recently. |
@brian-brazil Sorry I didn't get what you mean. Should I make other changes? |
I'm not suggesting any other changes. |
Signed-off-by: yeya24 <yb532204897@gmail.com>
Signed-off-by: yeya24 <yb532204897@gmail.com>
Signed-off-by: yeya24 yb532204897@gmail.com
Fixes #1495
Seems #1496 is not active, so I open this PR.