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.
You need to specifiy your handlers in the logging file
handlers = java.util.logging.ConsoleHandler, java.util.logging.FileHandler
then it should work