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

#6858 downgrade kafka in-loop debug info to DEBUG from INFO - too noisy #6863

Merged
merged 1 commit into from
Aug 30, 2022

Conversation

planetf1
Copy link
Member

Signed-off-by: Nigel Jones nigel.l.jones+git@gmail.com

Description

Downgrades log entries from within kafka loop to

debug for anything occuring within the main loop and not needed to be acted upon/useful for operator
info for anything 'interesting' ie startup, shutdown, offset management
warn/error for anything 'wrong'

Related Issue(s)

Fixes #6858

Testing

Release Notes & Documentation

Additional notes

… noisy

Signed-off-by: Nigel Jones <nigel.l.jones+git@gmail.com>
@planetf1 planetf1 merged commit bb7058d into odpi:master Aug 30, 2022
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.

Update debug/info logging levels used in Kafka Topic connector
1 participant