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 must be set before commons-logging is used. It should be set prior to any calls to LogFactory.getLog().

Mike

christopher justin wrote:
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 figure out how to reduce the logging to FATAL or error. The docs at http://jakarta.apache.org/commons/httpclient/logging.html speak as if its as easy as setting the appropriate system property, so maybe i am setting the wrong property, but the one above says it is the how to set the default log level for all classes. The class I set this in is the one who is wriitng warning, info and error messages.


Can some one please tell me how to set the logging level appropriatly?

Thanks in advance.

_________________________________________________________________
Browse styles for all ages, from the latest looks to cozy weekend wear at MSN Shopping. And check out the beauty products! http://shopping.msn.com



---------------------------------------------------------------------
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]



Reply via email to