I\'m unable to adjust java logging\'s logging level. I\'m using maven surefire (mvn test), and trying to adjust from the default INFO to e.g. FINEST.
I have logging.
try
${build.testOutputDirectory}/logging.properties
Also, I specify this stuff on the command line with surfire-args.
${surefire.argLine} ${argLine} -Djava.util.logging.config.file=${build.testOutputDirectory}/logging.properties