running JBoss Enterprise Application Platform 5.1.2
I am trying to set up JBoss-log4j.xml. We are running a project with multiple EAR files. One for core functionality, Two other independent from each other but dependent on the core. I want to have each EAR's log file in a separate file. nexus.log, proj-one.log, examples.log. Also would like one log (called GI_Sysout.log) that contains messages from any EAR but only from a very restricted java project's classes.
When testing only the last defined <category name="org.abc" additivity="true">... gets data.
the JBOSS-log4j.xml is attached
Your thought and suggestions appreciated
thank you
Ben