Hi, I can't seem to turn off debug logging in PDFStreamEngine. I'm using 1.5.0 and use Log4j in the calling program and am using the pre-built jar file pdfbox-1.5.0
How can I shut off debug level logging in just the pdfbox part of my app? I tried adding: log4j.or.apache.pdf=WARN log4j.or.apache.pdf.util.PDFStreamEngine=WARN and even set the logging properties for my PdfUtilities class that calls pdfbox to WARN in my project's log4j.properties file, but no joy. What am I missing? TIA, Janeen