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
14:58:57.147 [main-5] INFO org.docx4j.XmlUtils.<clinit>() - setProperty com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl (from docx4j.properties)
14:58:57.148 [main-5] WARN org.docx4j.XmlUtils.<clinit>() - actual SAXParserFactory: com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl
14:58:57.150 [main-5] INFO org.docx4j.XmlUtils.<clinit>() - setProperty com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl (from docx4j.properties)
14:58:57.152 [main-5] WARN org.docx4j.XmlUtils.<clinit>() - actual DocumentBuilderFactory: com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl
I suggest using DEBUG level logging for this stuff. As far as I can tell, there is nothing to warn about here. Even INFO is a bit excessive given that the code is just confirming that the configuration is being applied. If I had configuration problems, I'd enable DEBUG.
The text was updated successfully, but these errors were encountered:
This method can reduce the log output at startup, but when using docx4j, there will be many logs, you can change the docx4j log level to ERROR in your own log configuration file。
Version 11.4.9
I suggest using DEBUG level logging for this stuff. As far as I can tell, there is nothing to warn about here. Even INFO is a bit excessive given that the code is just confirming that the configuration is being applied. If I had configuration problems, I'd enable DEBUG.
The text was updated successfully, but these errors were encountered: