mumrah commented on code in PR #13159: URL: https://github.com/apache/kafka/pull/13159#discussion_r1090943050
########## 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: I wondered about that. So far, we are avoiding logging raw records in most places, but it could be very useful for debugging during a migration. I'll add it back as TRACE. -- 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