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

A lot of redundant logs produced #479

Open
amaestr0 opened this issue Apr 12, 2024 · 1 comment
Open

A lot of redundant logs produced #479

amaestr0 opened this issue Apr 12, 2024 · 1 comment

Comments

@amaestr0
Copy link

amaestr0 commented Apr 12, 2024

Due to unresolved Kafka issue described here confluentinc/confluent-kafka-dotnet#1861
there are a lot of errors can be produced in log collection storage when the services run because of this error logging:


Because the lib strangle errors within catch block - assuming the errors here aren't fatal/critical so the log level can be decreased.

So, can the log level be decreased or parametrized so lib consumer can control logs and decrease level on demand then a bunch of redundant logs could be omitted in logging system?

@jainharsh98
Copy link
Collaborator

We are working on upgrading the confluent kafka sdk to 2.4.0 - which seems to not have the above-mentioned Erroneous state issue. That should automatically take care of the unnecessary error logging for the extension.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants