diff --git a/spring-integration-sftp/src/main/java/org/springframework/integration/sftp/inbound/SftpInboundFileSynchronizer.java b/spring-integration-sftp/src/main/java/org/springframework/integration/sftp/inbound/SftpInboundFileSynchronizer.java index f6c2c7e067..4248151bbe 100644 --- a/spring-integration-sftp/src/main/java/org/springframework/integration/sftp/inbound/SftpInboundFileSynchronizer.java +++ b/spring-integration-sftp/src/main/java/org/springframework/integration/sftp/inbound/SftpInboundFileSynchronizer.java @@ -70,7 +70,6 @@ public class SftpInboundFileSynchronizer extends AbstractInboundFileSynchronizer } } - @SuppressWarnings("unchecked") public void synchronizeToLocalDirectory(Resource localDirectory) { SftpSession session = null; try { diff --git a/spring-integration-sftp/src/test/java/log4j.properties b/spring-integration-sftp/src/test/java/log4j.properties deleted file mode 100644 index c4672eb722..0000000000 --- a/spring-integration-sftp/src/test/java/log4j.properties +++ /dev/null @@ -1,8 +0,0 @@ -log4j.rootCategory=WARN, stdout - -log4j.appender.stdout=org.apache.log4j.ConsoleAppender -log4j.appender.stdout.layout=org.apache.log4j.PatternLayout -log4j.appender.stdout.layout.ConversionPattern=%d{ABSOLUTE} %5p %t %c{2}:%L - %m%n - -log4j.category.org.springframework=WARN -log4j.category.org.springframework.integration=DEBUG diff --git a/spring-integration-sftp/src/test/resources/log4j.properties b/spring-integration-sftp/src/test/resources/log4j.properties index d57195708d..c4672eb722 100644 --- a/spring-integration-sftp/src/test/resources/log4j.properties +++ b/spring-integration-sftp/src/test/resources/log4j.properties @@ -5,4 +5,4 @@ log4j.appender.stdout.layout=org.apache.log4j.PatternLayout log4j.appender.stdout.layout.ConversionPattern=%d{ABSOLUTE} %5p %t %c{2}:%L - %m%n log4j.category.org.springframework=WARN -log4j.category.org.springframework.integration.sftp=TRACE +log4j.category.org.springframework.integration=DEBUG