I am getting tons of info log messages from a 3rd party jar in my eclipse console. Cracking open the jar I see that it uses java.util.logging. I would like to set the outpu
Before decompile the jar to find how to set Log level you can try to search the setLogLevel api for which component you want debug more.
setLogWriter(new PrintWriter(System.out));