tabulapdf / tabula-java

Extract tables from PDF files
MIT License
1.8k stars 422 forks source link

turn off PDFBox logging #16

Open jeremybmerrill opened 9 years ago

jeremybmerrill commented 9 years ago

with java.util.logging.Logger.getLogger('org.apache.pdfbox').setLevel(java.util.logging.Level::OFF)'s Java equivalent.

perhaps leave it on with --debug?

jeremybmerrill commented 9 years ago

@jazzido Do you want to keep this on in all cases?

jazzido commented 9 years ago

No, but the log messages are useful for debugging ObjectExtractor. I'll add a switch to the cmd line to toggle them.

jeremybmerrill commented 9 years ago

Ah, super. I wasn't able to figure out how the --debug switch works (does it do anything?) so I turned it off entirely.