In that case I suspect you need to check JULI [1].
  It's not short, and at places it is cryptic, but is the definitive source.

  A quick-and-dirty cork-in:
  1. create a logging.properties file (name is arbitrary)

  2. put in that file the following two lines
  handlers=
  .level=OFF

  3. start your program with the following system property:
  java ... -Djava.util.logging.config.file=/path/to/logging.properties ...

  http://docs.oracle.com/javase/7/docs/technotes/guides/logging/overview.html

2015-03-13 20:34 GMT+02:00 Eric Douglas <[email protected]>:
> I don't use log4j so I don't know where that would be but I'll look into it.
>
> On Fri, Mar 13, 2015 at 12:38 PM, Tilman Hausherr <[email protected]>
> wrote:
>
>> Am 13.03.2015 um 13:37 schrieb Eric Douglas:
>>
>>> Anyone?  Is there a command I can call to set this up properly or do we
>>> need the pdfbox developers to make these logs go away?
>>>
>>
>> Did you try adding this to your log4j.properties file?
>>
>> log4j.logger.com.levigo=WARN
>>
>> Tilman
>>
>>
>>> On Tue, Mar 10, 2015 at 4:52 PM, Eric Douglas <[email protected]>
>>> wrote:
>>>
>>>   From the renderPageToGraphics method, is there an easy way to get rid of
>>>> these log messages?
>>>>
>>>> com.levigo.jbig2.util.log.JDKLogger info
>>>> INFO: Globals not set.
>>>>
>>>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [email protected]
>> For additional commands, e-mail: [email protected]
>>
>>

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to