-
Bug
-
Resolution: Won't Do
-
Major
-
None
-
JBossAS-4.2.2.GA
-
None
-
WinXP SP2, JDK 1.6.0_03, JBossAS 4.2.2, JBossWS 2.0.2
I've a SAR archive included in an EAR archive. The SAR archive contains log4j.xml (plus log4j.dtd):
<?xml version="1.0"?>
<!DOCTYPE log4j:configuration SYSTEM "log4j.dtd">
<log4j:configuration xmlns:log4j="http://jakarta.apache.org/log4j/" debug="false">
<category name="de.hska">
<priority value="TRACE"/>
</category>
</log4j:configuration>
However, the TRACE level cannot be utilized in a servlet class. Using DEBUG there is no problem. I also tried to add class="org.jboss.logging.XLevel", but the issue remains.