[jboss-user] [JBoss Tools (users)] - Re: how to disable ajax4jsf in JBoss server console (Log)?

amitev do-not-reply at jboss.com
Thu Mar 6 04:39:50 EST 2008


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#4134498

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4134498



More information about the jboss-user mailing list