Re: customizing debugging levels per httpclient instance

2004-04-29 Thread Jorrit Kronjee
Ortwin Glück wrote: Jorrit Kronjee wrote: I would like to see the wire of one of the threads, but suppress the other. Currently this is not possible. A simple workaround with Log4J is: * set your logging string to include the thread name * grep the log for the thread name you whish That

RE: customizing debugging levels per httpclient instance

2004-04-28 Thread Roland Weber
PROTECTED] cc: Subject:RE: customizing debugging levels per httpclient instance Roland, As long as NDC is not supported by commons-logging HttpClient will not be able to take full advantage of it. We can still think about some sort of workaround as long as it does not make

Re: customizing debugging levels per httpclient instance

2004-04-27 Thread Ortwin Glück
Jorrit Kronjee wrote: I would like to see the wire of one of the threads, but suppress the other. Currently this is not possible. A simple workaround with Log4J is: * set your logging string to include the thread name * grep the log for the thread name you whish HTH Ortwin Glück

RE: customizing debugging levels per httpclient instance

2004-04-27 Thread Roland Weber
[EMAIL PROTECTED] cc: Subject:RE: customizing debugging levels per httpclient instance Jorrit, HttpClient relies on commons-logging toolkit to do all its logging. The commons-logging itself is merely an abstraction layer intended to provide a uniform interface

RE: customizing debugging levels per httpclient instance

2004-04-27 Thread Gareth_Davies
, Oleg [EMAIL PROTECTED] 26.04.2004 18:34 Please respond to Commons HttpClient Project To: Commons HttpClient Project [EMAIL PROTECTED] cc: Subject:RE: customizing debugging levels per httpclient instance Jorrit, HttpClient relies on commons-logging toolkit

RE: customizing debugging levels per httpclient instance

2004-04-27 Thread Roland Weber
[EMAIL PROTECTED] 27.04.2004 15:20 Please respond to Commons HttpClient Project To: Commons HttpClient Project [EMAIL PROTECTED] cc: Subject:RE: customizing debugging levels per httpclient instance Best solution I've come up with for this sort

RE: customizing debugging levels per httpclient instance

2004-04-27 Thread Oleg Kalnichevski
respond to Commons HttpClient Project To: Commons HttpClient Project [EMAIL PROTECTED] cc: Subject:RE: customizing debugging levels per httpclient instance Best solution I've come up with for this sort of thing is to use Nested Diagnostic

customizing debugging levels per httpclient instance

2004-04-26 Thread Jorrit Kronjee
Hello, I have an application consisting of two threads. Both threads have an own instance of httpclient and use it for different things. I would like to see the wire of one of the threads, but suppress the other. I use log4j. log4j can set the debugging level (trace or not) based on

RE: customizing debugging levels per httpclient instance

2004-04-26 Thread Kalnichevski, Oleg
such a feature, or file a feature request with the Log4j project. Oleg -Original Message- From: Jorrit Kronjee [mailto:[EMAIL PROTECTED] Sent: Monday, April 26, 2004 13:19 To: [EMAIL PROTECTED] Subject: customizing debugging levels per httpclient instance Hello, I have an application consisting