Your description of the issue does not include enough information for us to help you. You need to include the version of the client you use; as well as the specifics of the logger you are using.
Also please read and understand the following guidelines: http://www.catb.org/~esr/faqs/smart-questions.html Raymond On Tue, Feb 10, 2009 at 01:29, alee amin <[email protected]> wrote: > sorry to say, but i didn't get what you mean. sort out? > all i need to disable *all* logging for httpclient. is there any single > property for it? > ..alee > http://techboard.wordpress.com > > > > On Mon, Feb 9, 2009 at 11:46 PM, Oleg Kalnichevski <[email protected]> wrote: > >> alee amin wrote: >> >>> I did it but still have lots of logs being written .. .. here is few >>> 6954 [main] DEBUG httpclient.wire.header - << "[\r][\n]" >>> 6954 [main] WARN org.apache.commons.httpclient.HttpMethodBase - Going to >>> buffer response body of large or unknown size. Using >>> getResponseBodyAsStream >>> instead is recommended. >>> 6954 [main] DEBUG org.apache.commons.httpclient.HttpMethodBase - >>> Buffering >>> response body >>> 6954 [main] DEBUG httpclient.wire.content - << "1" >>> 6954 [main] DEBUG httpclient.wire.content - << "b" >>> >>> I want to disable ALL. >>> >>> >> >> Sort out your logging configuration. >> >> Oleg >> >> >> >> ..alee >>> http://techboard.wordpress.com >>> >>> >>> >>> On Fri, Feb 6, 2009 at 1:41 AM, Oleg Kalnichevski <[email protected]> >>> wrote: >>> >>> alee amin wrote: >>>> >>>> I need to disable the logging of httpClient - all logging. I have read >>>>> the >>>>> settings from "logging" page but i am not able to disable logs. can >>>>> someone >>>>> guide me. >>>>> >>>>> ..alee >>>>> http://techboard.wordpress.com >>>>> >>>>> >>>>> Just set 'org.apache.commons.httpclient' logging category to FATAL >>>> priority. >>>> >>>> Oleg >>>> >>>> --------------------------------------------------------------------- >>>> 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] >> >> > -- --------------------------------------------------------- Raymond Kroeker --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
