Increase logging level with fop?
Jeffrey Walton <[email protected]>
| Newsgroups | gmane.text.xml.fop.user |
|---|---|
| Message-ID | <CAH8yC8k+94+J4T1+P3coB9-yNgGPOwb3PBGKJK02AWmTXs2=_Q@mail.gmail.com> |
Hi Everyone,
I have a script that builds a DocBook. The script uses FOP 2.8. The
output of the script is cluttered with:
Jun 30, 2023 4:28:00 PM org.apache.fop.events.LoggingEventListener
processEvent
INFO: Rendered page #1.
I don't want INFO level. It creates too much noise. I only want
warning and error level. I want to know about problems.
I checked the manual, but I don't see a configuration for logging
levels [1] or changing the log level when running fop [2].
How do I invoke fop to increase the logging level?
Thanks in advance.
[1] https://xmlgraphics.apache.org/fop/2.8/configuration.html
[2] https://xmlgraphics.apache.org/fop/2.8/running.html