[jboss-dev-forums] [Design of JBoss Transaction Services] - Re: logging too verbose
scott.stark@jboss.org
do-not-reply at jboss.com
Fri Nov 3 14:46:40 EST 2006
Background events are not something we want on the console(INFO). Just filtering them out is not something we want to do either as then even the server.log (which defaults to DEBUG level) would not have this info. Generally such background processing is a TRACE level event in terms of the jbossas levels. We could live with DEBUG though.
Differing views on logging levels is the bane of all logging frameworks. In the absence of mechanism to map a given (category,level) pair onto a (category,jbossas-level) I don't know how to reconcile this. Can we create a org.jboss.logging.LoggerPlugin that bridges between the arjuna logging framework and the jbossas framework?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3983083#3983083
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3983083
More information about the jboss-dev-forums
mailing list