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

Ability to disable logProcessingSummary #26

Open
AttitudeL opened this issue Sep 16, 2021 · 1 comment
Open

Ability to disable logProcessingSummary #26

AttitudeL opened this issue Sep 16, 2021 · 1 comment

Comments

@AttitudeL
Copy link

I recently upgraded to the latest spring boot and spring cloud stream for my application. Then I started seeing a lot of these such as Processed 0 total records, ran 0 punctuators, and committed 0 total tasks since the last update from the log file.

I found out that there is a log processing summary from the thread thread https://github.com/a0x8o/kafka/blob/master/streams/src/main/java/org/apache/kafka/streams/processor/internals/StreamThread.java#L846.

The log level is info and I was a little surprised. I wonder if I can turn it off because this log is constantly rolling and is eating up the disk space.

@Xerocry
Copy link

Xerocry commented Jul 2, 2024

Any solution for this?

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

No branches or pull requests

2 participants