Any chance for FOP 2.0 of replacing commons-logging with slf4j? Would also need to be done in xmlgraphics commons.
In the meantime, using jcl-over-slf4j instead of commons-logging works; see http://www.slf4j.org/legacy.html But it be nice not to need even that. thanks .. Jason On Tue, Jun 4, 2013 at 10:20 PM, Bonekrusher <[email protected]> wrote: > Thanks. These errors are being handled by the Apache Common Logging. I was > able to turn off Logging: > > System.setProperty("org.apache.commons.logging.Log", > "org.apache.commons.logging.impl.NoOpLog"); > > > > > > -- > View this message in context: > http://apache-fop.1065347.n5.nabble.com/EventListener-SEVERE-events-tp38650p38652.html > Sent from the FOP - Users mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
