apoorvmittal10 commented on code in PR #15228: URL: https://github.com/apache/kafka/pull/15228#discussion_r1457965643
########## clients/src/main/java/org/apache/kafka/common/telemetry/internals/ClientTelemetryReporter.java: ########## @@ -362,7 +362,7 @@ public long timeToNextUpdate(long requestTimeoutMs) { throw new IllegalStateException("Unknown telemetry state: " + localState); } - log.debug("For telemetry state {}, returning the value {} ms; {}", localState, timeMs, msg); + log.trace("For telemetry state {}, returning the value {} ms; {}", localState, timeMs, msg); Review Comment: I don't think it will make much difference, seems fine to me. Writing the suggestion will involve changing `msg` in each block. I think it's fine the way it is :) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org