While running my suite of JUnit tests, I get tons of INFO logging statements that appear to be coming from Spring. They indicate things like when it creates a new bean and whatnot. Of course, that's all nice if I'm debugging, but when running JUnit tests I'd rather not see all that garbage. I do have a log4j.properties file in my classpath and I believe it is well ahead of any JAR files, so I shouldn't be getting anything from elsewhere that I know of. Can anyone tell me how I can go about telling Spring to hush while I'm running my tests?
Thanks,
David


Reply With Quote
