vvcephei commented on a change in pull request #9840: URL: https://github.com/apache/kafka/pull/9840#discussion_r562089223
########## File path: streams/src/main/java/org/apache/kafka/streams/processor/internals/PartitionGroup.java ########## @@ -52,15 +58,20 @@ * (i.e., it increases or stays the same over time). */ public class PartitionGroup { + private static final Logger LOG = LoggerFactory.getLogger(PartitionGroup.class); Review comment: I can pass in the log context. I wouldn't pass the actual logger, though, because it would mess up common log4j usage patterns. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org