[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: completely turning off DEBUG logging

jaikiran do-not-reply at jboss.com
Thu May 1 12:43:19 EDT 2008


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



More information about the jboss-user mailing list