0 Replies Latest reply on Aug 20, 2003 10:43 AM by shieroii

    to generate ONLY DEBUG messages - Log4j.

    shieroii

      Hello everybody,

      I have been trying to filter only debug messages on the jboss console but, it just won't work!!! I always get INFO, ERROR messages alongwith DEBUG messages. here is my log4j.xml file content...

      <?xml version = "1.0" encoding = "UTF-8"?>
      <!DOCTYPE log4j:configuration SYSTEM "log4j.dtd">
      <log4j:configuration>














      <appender-ref ref = "cmd"/>

      </log4j:configuration>

      Can anyone there tell me where am I wrong?
      I am using log4j version 1.2.7

      thanks.