OmniaGM commented on code in PR #15356: URL: https://github.com/apache/kafka/pull/15356#discussion_r1486462098
########## server/src/main/java/org/apache/kafka/server/AssignmentsManager.java: ########## @@ -270,8 +270,8 @@ public void run() throws Exception { } Map<TopicIdPartition, Uuid> assignment = inflight.entrySet().stream() .collect(Collectors.toMap(Map.Entry::getKey, e -> e.getValue().dirId)); - if (log.isDebugEnabled()) { - log.debug("Dispatching {} assignments: {}", assignment.size(), assignment); + if (log.isInfoEnabled()) { Review Comment: Is `log.isInfoEnabled` necessary here? I think we need this log in any log level -- 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