Re: can't seem to supress logging

2003-12-03 Thread christopher justin
t seems that this could also happen if you are using a 1.4 JRE. If so, you can either configure logging using java.util.logging or set the following system property to default commons logging to the simple log: System.setProperty("org.apache.commons.logging.Log", "org.apache.commo

Re: can't seem to supress logging

2003-12-03 Thread christopher justin
lelog.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 prob

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