Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Invalid
-
3.1.2
-
None
-
None
Description
Despite the fact that running mvn with option X is supposed to turn on all debug statements the logger returned by https://github.com/apache/maven-surefire/blob/0998f10bb486f79f40d2d4262798b1f53a5ff286/maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/AbstractSurefireMojo.java#L888 does still return false for isDebugEnabled(), therefore logging statements like https://github.com/apache/maven-surefire/blob/0998f10bb486f79f40d2d4262798b1f53a5ff286/maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/AbstractSurefireMojo.java#L1183 are not emitted when -X or -debug are set.