Uploaded image for project: 'Application Server 3  4  5 and 6'
  1. Application Server 3 4 5 and 6
  2. JBAS-5076

Loglevel TRACE doesn't work when defined in a SAR file

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Won't Do
    • Icon: Major Major
    • None
    • JBossAS-4.2.2.GA
    • Logging
    • 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.

              starksm64 Scott Stark (Inactive)
              juergen.zimmermann Juergen Zimmermann (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: