apoorvmittal10 commented on code in PR #19624: URL: https://github.com/apache/kafka/pull/19624#discussion_r2071834228
########## share-coordinator/src/main/java/org/apache/kafka/coordinator/share/ShareCoordinatorService.java: ########## @@ -322,7 +322,7 @@ private CompletableFuture<Void> performRecordPruning(TopicPartition tp) { return; } - log.info("Pruning records in {} till offset {}.", tp, off); + log.debug("Pruning records in {} till offset {}.", tp, off); Review Comment: Just for my undersatnding: Why log at line 326 is in debug though there is an exception? -- 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