This is a JBoss AS related question.
Go in /server/default/conf directory. There is a config file for log4j called log4j.xml.
Inside the root tag put the following
| <logger name="org.ajax4jsf.io.parser.FastHtmlParser">
| <level value="INFO" />
| <appender-ref ref="CONSOLE"/>
| </logger>
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4134498#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...