Added log4j to maven build at test time to avoid spurious INFO logging
Updated log4j.xml files to quell debug/info output Moved src/test/resources/**/* -> src/main/resources/**/* for the time being to fix the jdbc build Eliminated several System.out.println calls in tests
This commit is contained in:
@@ -297,7 +297,6 @@ public class MethodInvokingMessageProcessorAnnotationTests {
|
||||
private static class TestService {
|
||||
|
||||
public Map<?,?> mapOnly(Map<?,?> map) {
|
||||
System.out.println(map);
|
||||
return map;
|
||||
}
|
||||
|
||||
|
||||
@@ -4,4 +4,4 @@ log4j.appender.stdout=org.apache.log4j.ConsoleAppender
|
||||
log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
|
||||
log4j.appender.stdout.layout.ConversionPattern=%c{1}: %m%n
|
||||
|
||||
log4j.category.org.springframework.integration=INFO
|
||||
log4j.category.org.springframework.integration=WARN
|
||||
|
||||
Reference in New Issue
Block a user