cmccabe commented on code in PR #13159: URL: https://github.com/apache/kafka/pull/13159#discussion_r1090937902
########## metadata/src/main/java/org/apache/kafka/metadata/migration/KRaftMigrationDriver.java: ########## @@ -403,7 +404,7 @@ public void run() throws Exception { AtomicInteger count = new AtomicInteger(0); zkMigrationClient.readAllMetadata(batch -> { try { - log.info("Migrating {} records from ZK: {}", batch.size(), batch); + log.info("Migrating {} records from ZK", batch.size()); Review Comment: do we want to log the batch itself when TRACE is active? -- 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