[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: TRACE level doesn't work

jaikiran do-not-reply at jboss.com
Thu Jan 31 12:04:41 EST 2008


It's not JBoss which sets the default logging level to DEBUG. Log4j does it. So, in your case the log4j.properties is not being picked up (you can verify this by setting the threshold to INFO in the log4j.properties and still log debug messages.  I believe, you will see the debug log even when this threshold is set).

For the sake of testing, i would suggest, you move the log4j.properties to the root of the ear file (or some other place which in the ear which is available in the classpath) and try out the trace level logs.


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

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



More information about the jboss-user mailing list