When doing development I usually have log4j appenders on
the root category at the DEBUG level.  This hasn't been a
problem with earlier versions of tomcat but under 4.1.12
I get megabytes of debug messages generated by tomcat.
A small sample is below.  Does anyone know what is up
or how to control it? (setting my level to INFO or putting
the appenders not on root works of course but that is not
what I want).

$ tail -f catalina.out
1 [main] INFO modeler.Registry  - Loading registry information
8 [main] INFO modeler.Registry  - Creating new Registry instance
1138 [main] INFO modeler.Registry  - Creating MBeanServer
2678 [main] INFO http11.Http11Protocol  - Initializing Coyote HTTP/1.1 on
port 8010
Starting service Tomcat-Standalone
Apache Tomcat/4.1.12
Wed 09:53:21 DEBUG [Digester:1604] addRuleSet() with no namespace URI
Wed 09:53:21 DEBUG [Digester:1604] addRuleSet() with no namespace URI
Wed 09:53:21 DEBUG [sax:1138]
setDocumentLocator(org.apache.xerces.parsers.AbstractSAXParser$LocatorProxy@
4f459c)
Wed 09:53:21 DEBUG [sax:1172] startDocument()
Wed 09:53:21 DEBUG [sax:1201] startElement(,,Context)
Wed 09:53:21 DEBUG [Digester:1208]   Pushing body text ''
Wed 09:53:21 DEBUG [Digester:1224]   New match='Context'
Wed 09:53:21 DEBUG [Digester:1235]   Fire begin() for
ObjectCreateRule[className=org.apache.catalina.core.StandardContext,
attributeName=className]
Wed 09:53:21 DEBUG [Digester:247] [ObjectCreateRule]{Context}New
org.apache.catalina.core.StandardContext
Wed 09:53:21 DEBUG [Digester:1235]   Fire begin() for SetPropertiesRule[]
Wed 09:53:21 DEBUG [Digester:244] [SetPropertiesRule]{Context} Setting
property 'path' to '/manager'
Wed 09:53:21 DEBUG [Digester:244] [SetPropertiesRule]{Context} Setting
property 'docBase' to '../server/webapps/manager'
Wed 09:53:21 DEBUG [Digester:244] [SetPropertiesRule]{Context} Setting
property 'debug' to '0'
Wed 09:53:21 DEBUG [Digester:244] [SetPropertiesRule]{Context} Setting
property 'privileged' to 'true'
Wed 09:53:21 DEBUG [Digester:256] [SetPropertiesRule]{Context} Set
org.apache.catalina.core.StandardContext properties
Wed 09:53:21 DEBUG [BeanUtils:710] BeanUtils.populate(StandardContext[null],
{docBase=../server/webapps/manager, debug=0, privileged=true,
path=/manager})



Thanks,
Dan



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to