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:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
