kwin commented on code in PR #665:
URL: https://github.com/apache/maven-surefire/pull/665#discussion_r1237540052


##########
maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/AbstractSurefireMojo.java:
##########
@@ -1181,6 +1181,9 @@ private RunResult executeProvider(
         } else {
             ForkConfiguration forkConfiguration = 
createForkConfiguration(platform, resolvedJavaModularityResult);
             if (getConsoleLogger().isDebugEnabled()) {
+                getConsoleLogger()

Review Comment:
   First https://issues.apache.org/jira/browse/SUREFIRE-2183 needs 
clarification, because for me the newly added line is not logged when using 
{{mvn -X}}. But it is logged if placed outside the guard in line 1183 (both 
with the same level debug).



-- 
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: issues-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to