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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...