[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Logging

PeterJ do-not-reply at jboss.com
Tue Apr 15 15:17:21 EDT 2008


I will assume that you added a new file appender to jboss-log4j.xml. Let's assume that this appender is named MYFILE. Assuming your app uses the package name com.xxx.myapp, add this category:

   <category name="com.xxx.myapp">
  |       <priority value="INFO"/>
  |       <appender-ref ref="MYFILE" />
  |    </category>

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

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



More information about the jboss-user mailing list