Re: can't seem to supress logging

2003-12-03 Thread Michael Becke
e its own.. thanks again From: Michael Becke <[EMAIL PROTECTED]> Reply-To: "Commons HttpClient Project" <[EMAIL PROTECTED]> To: Commons HttpClient Project <[EMAIL PROTECTED]> Subject: Re: can't seem to supress logging Date: Wed, 03 Dec 2003 15:02:39 -0500 Fr

Re: can't seem to supress logging

2003-12-03 Thread christopher justin
HttpClient Project" <[EMAIL PROTECTED]> To: Commons HttpClient Project <[EMAIL PROTECTED]> Subject: Re: can't seem to supress logging Date: Wed, 03 Dec 2003 15:02:39 -0500 From looking at the commons logging docs <http://jakarta.apache.org/commons/logging/userguide.html> i

Re: can't seem to supress logging

2003-12-03 Thread Michael Becke
;[EMAIL PROTECTED]> Reply-To: "Commons HttpClient Project" <[EMAIL PROTECTED]> To: Commons HttpClient Project <[EMAIL PROTECTED]> Subject: Re: can't seem to supress logging Date: Wed, 03 Dec 2003 14:38:50 -0500 Hi Chris, There are two possibilities that I can think of:

Re: can't seem to supress logging

2003-12-03 Thread christopher justin
d before any classes are even instantiated. It still has not supressed warnings, info, etc. From: Michael Becke <[EMAIL PROTECTED]> Reply-To: "Commons HttpClient Project" <[EMAIL PROTECTED]> To: Commons HttpClient Project <[EMAIL PROTECTED]> Subject: Re: can't se

Re: can't seem to supress logging

2003-12-03 Thread Michael Becke
Hi Chris, There are two possibilities that I can think of: 1) The Log4j jar is on your classpath. When Log4j is detected it is used as the default logger and it controls the default log levels. 2) org.apache.commons.logging.simplelog.defaultlog is not being set soon enough. This property mus

can't seem to supress logging

2003-12-03 Thread christopher justin
hi all, this has been bugging me for over 24 hours now, so i figured i would ask your help on this probably really simple answer. I have set the following: System.setProperty("org.apache.commons.logging.simplelog.defaultlog","fatal"); But i still get WARNING and INFO message - I cannot seem to