[JBoss-dev] server.log getting DEBUG messages?

2002-03-12 Thread Hunter Hillegas

Using a clean CO from this morning, server.log is getting DEBUG messages
from org.jboss.*. Why is this? From the log4j.xml config it looks like it
should just be INFO messages. Even adding an explicit INFO declaration to
the file appender declaration seems to have no effect.

How can I turn of the DEBUG messages?

thanks,
Hunter


___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



Re: [JBoss-dev] server.log getting DEBUG messages?

2002-03-12 Thread Jason Dillon

The default config does not limit the priority of any org.jboss 
categories.  It does setup the console appender to limit (via threshold) 
to info.

If you want to limit all org.jboss to info, uncomment this block:

  !-- Limit JBoss categories to INFO
  category name=org.jboss
priority value=INFO/
  /category
  --

--jason


Hunter Hillegas wrote:

Using a clean CO from this morning, server.log is getting DEBUG messages
from org.jboss.*. Why is this? From the log4j.xml config it looks like it
should just be INFO messages. Even adding an explicit INFO declaration to
the file appender declaration seems to have no effect.

How can I turn of the DEBUG messages?

thanks,
Hunter


___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development




___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development