Simon

Please try these settings. This should prompt commons-logging to use
SimpleLog instead of Log4J, which does not support TRACE verbosity.

-Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.SimpleLog
-Dorg.apache.commons.logging.simplelog.log.httpclient.wire=debug 
-Dorg.apache.commons.logging.simplelog.log.org.apache.commons.httpclient=debug

Cheers

Oleg

On Tue, 2003-02-25 at 21:19, Simon Roberts wrote:
> >> BTW, I think you should remove the log "enter
> >> HttpConnection.responseAvaliable()", cause I have like 50.000 lines of it
> in
> >> my log for only one request... :/
> 
> > As to excessive noise in the logs, try using "debug" verbosity instead
> > "trace" one.
> 
> I know logging is really useful sometimes, but *50,000* lines?  That's
> certainly over-the-top.  I get a few hundred every time just talking to
> a machine on the LAN.  Even if the actual log is supressed, there's still
> the expense of the nested method calls (until it gets somewhere where
> it can determine that the log is not used).
> 
> It doesn't seem most of the trace lines that show method entry are useful
> anyway, especially with log4j which shows them at debug level.
> 
> Cheers, Simon
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 


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

Reply via email to