0 Replies Latest reply on May 24, 2007 10:35 PM by alexsooner

    Log4j on JBoss

    alexsooner

      besides the default log4j.xml in JBoss, if I want to load another one, it seems like JBoss always filter it with "System.out" logger if i use "Console" appender.

      So the output becomes:

      05/03/2007 INFO [STDOUT] 05/03/2007 INFO [Test] Hello World!

      It appears twice.

      Can anybody tell me how to avoid it?

      Thanks.