Depending on the version of JBoss you are using, the file to edit is log4j.xml 
(for versions prior to JBoss-4.2.x) or jboss-log4j.xml (starting JBoss-4.2.x), 
which you will find in %JBOSS_HOME%\server\< serverName>\conf folder. This is 
what you might want to add to that file:

<category name="com.arjuna">
  |       <priority value="WARN"/>
  |    </category>
  |    
  |    <category name="org.jboss">
  |       <priority value="INFO"/>
  |    </category>
  |    
  |    
  |    <category name="org.apache">
  |       <priority value="WARN"/>
  |    </category>

Change/add the contents based on what you need in the log files.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4148145#4148145

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4148145
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to