nabarunnag commented on a change in pull request #7375:
URL: https://github.com/apache/geode/pull/7375#discussion_r808517944



##########
File path: 
geode-core/src/main/java/org/apache/geode/internal/cache/PartitionedRegionDataStore.java
##########
@@ -3022,7 +3022,7 @@ public void handleInterestEvent(InterestRegistrationEvent 
event) {
         // If this is a registration event, add interest for this key
         if (isRegister) {
           if (logger.isDebugEnabled()) {
-            logger.debug("PartitionedRegionDataStore for {} adding interest 
for: ",
+            logger.debug("PartitionedRegionDataStore for {} adding interest 
for :{}",

Review comment:
       if we search for :{} in the project, we see that it is being used. I 
remember all logs I analyzed in hydra we used this format. Helps in easier 
greps 




-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to