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

feat: use DebugLogger reference for goldenpath log #2018

Merged
merged 1 commit into from
Sep 13, 2021
Merged

Conversation

dnwe
Copy link
Collaborator

@dnwe dnwe commented Sep 13, 2021

Replace some of the more verbose golden path log statements with a call
to DebugLogger rather than Logger. With the out of the box Sarama
configuration, these will still just get proxied to whatever the regular
Logger is set to use. However, the caller can override DebugLogger with
their own implementation which may include a Discard logger.

Replace some of the more verbose golden path log statements with a call
to DebugLogger rather than Logger. With the out of the box Sarama
configuration, these will still just get proxied to whatever the regular
Logger is set to use. However, the caller can override DebugLogger with
their own implementation which may include a Discard logger.
@dnwe dnwe requested a review from bai as a code owner September 13, 2021 14:36
@dnwe dnwe merged commit 796a50b into main Sep 13, 2021
@dnwe dnwe deleted the dnwe/debuglogger branch September 13, 2021 14:50
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