-
Bug
-
Resolution: Done
-
Critical
-
None
-
None
-
None
-
None
If I add this to jboss-logging.xml (attached), I will get an IllegalStateException at startup.
<logger category="facelets.compiler">
<level name="INFO"/>
<filter>
<not>
<match pattern="jsf-libs/jsf-impl.jar"/>
</not>
</filter>
</logger>