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

Update debug/info logging levels used in Kafka Topic connector #6858

Closed
planetf1 opened this issue Aug 30, 2022 · 1 comment · Fixed by #6863
Closed

Update debug/info logging levels used in Kafka Topic connector #6858

planetf1 opened this issue Aug 30, 2022 · 1 comment · Fixed by #6863
Assignees

Comments

@planetf1
Copy link
Member

Additional logging was added into this connector to aid in debugging some issues which occurred in a 'busy' k8s environment - relating to reliability & startup.

However some of these log entries are done at the DEBUG level, and occur during the processing of EACH message. This can make debugging of other areas more complex, and following a team discussions, we feel it would make more sense to demote these log entries to a lower level such as TRACE

Debug can still be used to help with understanding startup & error conditions & the flow in the code, but not for 'normal' message processing.

@planetf1 planetf1 self-assigned this Aug 30, 2022
@planetf1
Copy link
Member Author

cc: @bogdan-sava

planetf1 added a commit to planetf1/egeria that referenced this issue Aug 30, 2022
… noisy

Signed-off-by: Nigel Jones <nigel.l.jones+git@gmail.com>
planetf1 added a commit to planetf1/egeria that referenced this issue Aug 30, 2022
… noisy

Signed-off-by: Nigel Jones <nigel.l.jones+git@gmail.com>
planetf1 added a commit that referenced this issue Aug 30, 2022
#6858 downgrade kafka in-loop debug info to DEBUG from INFO - too noisy
planetf1 added a commit that referenced this issue Aug 30, 2022
#6858 downgrade kafka in-loop debug info to DEBUG from INFO - too noisy
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 a pull request may close this issue.

1 participant