Hi Ricky,
You can kill them by including these 3 lines in your class constructor
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.org.apache.commons.httpclient",
"error");
Regards
Chaitanya
On 3/21/06, Ricky <[EMAIL PROTECTED]> wrote:
>
> Hi,
> How do I remove warning message from console?
>
> Mar 21, 2006 1:41:11 PM org.apache.commons.httpclient.HttpMethodBase
> getResponseBody
> WARNING: Going to buffer response body of large or unknown size. Using
> getResponseBodyAsStream instead is recommended.
>
> Thanks,
>
> Ricky
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>