I have a simple console app which uses apache\'s PDFBox library, which in turn uses commons logging. I\'m getting a lot of junk messages in my console which I\'d like to sup
Apache commons-logging uses some other logging framework underneath (java.util.logging or Log4J), you have to investigate which one it uses on your project and set proper logging levels there.