Hi, I want to disable all log infos. I've already configured jboss-logx4j.xml (using JBoss as the application server) and most of the infos have already disappeared, but some of them continue appearing. Does anybody know what am I missing? Here is my config file:
<category name="org.docx4j">
<priority value="ERROR"/>
</category>
<category name="org.docx4j.jaxb">
<priority value="ERROR"/>
</category>
<category name="org.docx4j.document.wordprocessingml">
<priority value="ERROR"/>
</category>
<category name="org.docx4j.openpackaging">
<priority value="ERROR"/>
</category>
<category name="org.docx4j.openpackaging.io">
<priority value="ERROR"/>
</category>
<category name="org.docx4j.openpackaging.packages">
<priority value="ERROR"/>
</category>
<category name="org.docx4j.openpackaging.parts">
<priority value="ERROR"/>
</category>
<category name="org.docx4j.fonts">
<priority value="ERROR"/>
</category>