KAFKA-6793: Unused configuration logging appears to be noisy and unnecessary #13225
KAFKA-6793: Unused configuration logging appears to be noisy and unnecessary #13225hachikuji merged 3 commits intoapache:trunkfrom
Conversation
|
@hachikuji - info level logging to prevent misleading warn. |
hachikuji
left a comment
There was a problem hiding this comment.
LGTM. Most of the time, this is an expected message, so info level seems more appropriate. At least we'll still have it in the logs in case it does hint at a real problem.
|
Failing tests seem unrelated (also appear to be flaky) |
|
Huge +1 to demoting these. They've made the |
Reviving this old discussion, apparently the PR was closed so I reopened another one.
Issue: Recently we've encountered complaints about the warning being too noisy, therefore we want to reduce it to debug level.
The original PR was closed in : https://issues.apache.org/jira/browse/KAFKA-6793
Questions
Is this log useful at all? Should we just remove it?