slawekjaranowski commented on code in PR #175:
URL: https://github.com/apache/maven-enforcer/pull/175#discussion_r932898709


##########
maven-enforcer-plugin/src/main/java/org/apache/maven/plugins/enforcer/EnforceMojo.java:
##########
@@ -187,7 +187,7 @@ public void execute()
                 // store the current rule for
                 // logging purposes
                 currentRule = rule.getClass().getName();
-                log.debug( "Executing rule: " + currentRule );
+                log.info( "Executing rule: " + currentRule );

Review Comment:
   Rule is executed in line 199, we will have such message even when rule will 
not be executed in case of cache.
   
   Is it what we want?



-- 
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