You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Simeon Walker <si...@sbs.bangor.ac.uk> on 2002/09/14 13:16:21 UTC

TC 4.0.4 can't stop DEBUG messages

Hi,

I'm using Tomcat 4.04 primarily with Cocoon 2.0.3. My problem
is that I just can't seem to stop all the DEBUG level messages
that are going to the Tomcat log files. There can 10 or more lines
of logging for each request. My server.xml and some of the
messaged are included below. In case it matter, I am using jdk1.3
and Debian stable but Tomcat is the 4.04 tgz from the Jakarta site
and not a debian package. Can anyone help?

Regards,
Simeon

<Server port="8005" shutdown="SHUTDOWN" debug="0">
   <Service name="Tomcat-Standalone">
     <Connector className="org.apache.ajp.tomcat4.Ajp13Connector"
       port="8009" minProcessors="5" maxProcessors="75"
        acceptCount="10" debug="0" address="127.0.0.1"/>
     <Engine name="Standalone" defaultHost="localhost" debug="0">
       <Logger className="org.apache.catalina.logger.FileLogger"
               prefix="catalina_log." suffix=".txt"
               timestamp="true"/>
       <Realm className="org.apache.catalina.realm.MemoryRealm" />
       <Host name="localhost" debug="0" appBase="webapps" unpackWARs="false">
         <Context path="" docBase="/home/httpd/cocoon" debug="0"
                reloadable="true" cookies="true"/>
         <Context path="/manager" docBase="manager" debug="0"
                 privileged="true"/>
       </Host>
     </Engine>
   </Service>
</Server>


2002-09-14 11:59:56 DEBUG   (2002-09-14) 11:59.56:450   [        ] 
(Unknown-URI) Unknown-thread/DefaultLogTargetFactoryManager: added new 
LogTargetFactory of type priority-filter

2002-09-14 11:59:56 DEBUG   (2002-09-14) 11:59.56:458   [        ] 
(Unknown-URI) Unknown-thread/DefaultLogTargetFactoryManager: added new 
LogTargetFactory of type servlet

2002-09-14 11:59:56 DEBUG   (2002-09-14) 11:59.56:494   [        ] 
(Unknown-URI) Unknown-thread/DefaultLogTargetFactoryManager: added new 
LogTargetFactory of type cocoon

2002-09-14 11:59:56 DEBUG   (2002-09-14) 11:59.56:510   [        ] 
(Unknown-URI) Unknown-thread/DefaultLogTargetManager: added new LogTarget of 
id core

2002-09-14 11:59:56 DEBUG   (2002-09-14) 11:59.56:513   [        ] 
(Unknown-URI) Unknown-thread/DefaultLogTargetManager: added new LogTarget of 
id sitemap

2002-09-14 11:59:56 DEBUG   (2002-09-14) 11:59.56:519   [        ] 
(Unknown-URI) Unknown-thread/DefaultLogTargetManager: added new LogTarget of 
id access

2002-09-14 11:59:56 DEBUG   (2002-09-14) 11:59.56:520   [        ] 
(Unknown-URI) Unknown-thread/PriorityFilterTargetFactory: loglevel is ERROR

2002-09-14 11:59:56 DEBUG   (2002-09-14) 11:59.56:537   [        ] 
(Unknown-URI) Unknown-thread/PriorityFilterTargetFactory: creating target 
cocoon: org.apache.avalon.framework.configuration.DefaultConfiguration@171b26

2002-09-14 11:59:56 DEBUG   (2002-09-14) 11:59.56:539   [        ] 
(Unknown-URI) Unknown-thread/DefaultLogTargetManager: added new LogTarget of 
id error

2002-09-14 11:59:56 DEBUG   (2002-09-14) 11:59.56:541   [        ] 
(Unknown-URI) Unknown-thread/DefaultLogKitManager: added logger for category core

2002-09-14 11:59:56 DEBUG   (2002-09-14) 11:59.56:543   [        ] 
(Unknown-URI) Unknown-thread/DefaultLogKitManager: added logger for category 
core.startup

2002-09-14 11:59:56 DEBUG   (2002-09-14) 11:59.56:544   [        ] 
(Unknown-URI) Unknown-thread/DefaultLogKitManager: added logger for category 
core.roles

-- 
Simeon Walker,                      email: simeon@sbs.bangor.ac.uk
School of Biological Sciences,      phone: +44 (0)1248 383702
University of Wales, Bangor,        fax: +44 (0)1248 382569
Gwynedd, LL57 2UW, UK.              www: http://biology.bangor.ac.uk/


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>