[jboss-dev-forums] [Design of AOP on JBoss (Aspects/JBoss)] - verbose logging when Log4jLoggerPlugin not present

ataylor do-not-reply at jboss.com
Wed Apr 9 05:16:36 EDT 2008


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.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4142631#4142631

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4142631



More information about the jboss-dev-forums mailing list