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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...