Raj,
Wire logs must be there. I suppose they are simply buried by all those
no numerous trace logs. Try reducing log verbosity from 'trace' to
'debug'. You might even consider reducing the verbosity of
"org.apache.commons.logging.simplelog.log.org.apache.commons.httpclient"
to 'warn' level.

Oleg

>     System.setProperty("org.apache.commons.logging.Log",
>                        "org.apache.commons.logging.impl.SimpleLog");
>     System.setProperty("org.apache.commons.logging.simplelog.showdatetime",
>                        "true");
>     System.setProperty(
>         "org.apache.commons.logging.simplelog.log.httpclient.wire", "debug");
>     System.setProperty(
>         "org.apache.commons.logging.simplelog.log.org.apache.commons.httpclient",
>         "trace");
> 
> This is giving out a lot of trace messages but how do I get to the see the HTTP 
> requests and responses?
>  
> Thanks
> Raj
>  


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

Reply via email to