Steve, Cactus is using commons-logging but is not configuring logging in any way. This is left to the end user to choose. Please check http://jakarta.apache.org/cactus/howto_config.html#logging
Here's an extract: "Cactus is completely agnostic with regards to the logging framework configuration, so you will have to learn how to configure your favorite logging yourself. However, here are some tips on how to easily configure Log4j." So what it means is that Cactus is using the logger you tell it to use. More information can be found on http://jakarta.apache.org/commons/logging/api/index.html (scroll down on the page). Hope it helps -Vincent > -----Original Message----- > From: Steve Appling [mailto:[EMAIL PROTECTED]] > Sent: 26 September 2002 18:39 > To: Cactus Users List > Subject: Re: Disabling Log Messages > > Sorry if I'm being dense about this, but I haven't used the commons logger > before. I thought that Cactus was using the SimpleLog logger by default. > The default log configuration you mentioned seems to be for log4j. > > Using the default logger, how do I disable the logging of the > request/response? Where is this default log configuration specified so I > can edit it? > > ----- Original Message ----- > From: "Vincent Massol" <[EMAIL PROTECTED]> > To: "'Cactus Users List'" <[EMAIL PROTECTED]> > Sent: Thursday, September 26, 2002 12:14 PM > Subject: RE: Disabling Log Messages > ... > > > > > FYI, here's Cactus default log configuration: > > > > # Don't show debug logs for HttpClient > > log4j.category.org.apache.commons.httpclient = WARN, cactus > > log4j.additivity.org.apache.commons.httpclient=false > > log4j.category.httpclient = WARN, cactus > > log4j.additivity.httpclient=false > > > > -Vincent > > > > > > -- > To unsubscribe, e-mail: <mailto:cactus-user- > [EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:cactus-user- > [EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
