Hi, PeterJ. If you define your appeners in JBoss log4j configuration file, how 
do you separate logs among your apps. Do you specify 
<category name=com.myapp1>
     
     <appender-ref ref="Appender1"/>

...
<category name=com.myapp2> 
     
     <appender-ref ref="Appender2"/>

so classes in package com.myapp1.* log with Appender1 and classes in 
com.myapp2.* log with Appender2? I can not do so, as my diffrent apps classes 
in packeges with the same name com.myapp.*.
Or do you use TCLFilter to filter apps by deploymentURL while logging (i have 
not even got it work with this filter)? Also i really want to keep my log4j 
properties in my own file, so user can easily adjust this settings without 
touching JBoss configuration.

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

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


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to