0 Replies Latest reply on Mar 19, 2003 10:55 AM by cbono

    Log4j always uses INFO

    cbono

      I am trying to limit the jboss log4j statements to WARN via the following log4j.xml configuration:










      <appender-ref ref="CONSOLE"/>
      <appender-ref ref="FILE"/>






      So my root is set to log at DEBUG level but I have limited the "org.jboss" category to only WARN. No matter what, I always see the INFO messages as well (and I am not talking about the boot up log4j statements).

      Any suggestions? Thanks