[jboss-dev-forums] [Design of POJO Server] - Re: Excessive logging in AS 4.2.3 and AS 5

adrian@jboss.org do-not-reply at jboss.com
Tue Sep 23 08:55:41 EDT 2008


Yes, there are many categories that are over verbose when it comes to logging.

We log at DEBUG by default because it is just too painful to get users
to turn it on.

But then DEBUG should only be lifecycle calls (i.e. deployment time logging
and low volume logging such as thread or database connection creation) 
not high volume runtime logging which should be TRACE

Anyway, for production usage its not rocket science to change
conf/jboss-log4j.xml

  |   <root> 
  |     <priority value ="INFO" /> 
  | 

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

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



More information about the jboss-dev-forums mailing list