2 Replies Latest reply on Apr 11, 2008 10:20 AM by ataylor

    verbose logging when Log4jLoggerPlugin not present

    ataylor

      As part of JBoss Messaging Version 2, we will be providing a standalone deployment. This uses the Micro Container to bootstrap the application which in turn has a dependency that we need on the jboss-aop-jdk50.jar.

      The problem is we are getting extremely verbose logging because of this, I've done some investigation and its to do with the class org.jboss.logging.Logger.AOPLogger which has an init method that instantiates a SystemOutLoggerPlugin that sends everything to System.out.

      My question is, Is there any way of turning this of without having to deploy jboss-common.jar?

      we are using 2.0.0.beta2.