philipnee commented on code in PR #15228: URL: https://github.com/apache/kafka/pull/15228#discussion_r1457945378
########## 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: so that we can remove the "returning the value 224678 ms" - it was a bit hard to understand what it actually mean. -- 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