From: <mbr...@vi...> - 2004-03-23 20:41:53
|
> Try adding this line before the tests run: > System.getProperties().put( > "org.apache.commons.logging.Log", > "org.apache.commons.logging.impl.SimpleLog"); > > This will force commons-logging to use SimpleLog. I'm guessing that > it's defaulting to a different logger and as a result is ignoring the > system property that you set. That fixed it. Thanks again! Mike Bresnahan |