You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are generating PDFs which include many external SVG files using `<img
src="xyz.svg"/>`.
Following two log lines are repeated for **every** loaded SVG, which in
our case results with more than 5000 uninformative log messages per PDF:
```
2024-01-28T16:39:26.411+01:00 INFO 11121 --- [nio-8080-exec-7] com.openhtmltopdf.load : SAX XMLReader in use (parser): com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser
2024-01-28T16:39:26.411+01:00 INFO 11121 --- [nio-8080-exec-7] com.openhtmltopdf.load : Loaded document in ~0ms
```
I believe log level can be lowered from INFO to FINEST since these
messages can be quite invasive. LMKWYT :eyes:
With PDF-BOX 2, ITEXT is no longer required.
The text was updated successfully, but these errors were encountered: