How would I disable the logging output (usually sent to stderr) that FOP automatically generates when processing an FO file?
I've tried putting a log4j.properties
file in the classpath, changing the log-level for org.apache.fop
but this hasn't worked.