INT-729 Added log4j configuration to the quote, ws, and xml samples.
This commit is contained in:
@@ -19,6 +19,10 @@
|
||||
<level value="warn" />
|
||||
</logger>
|
||||
|
||||
<logger name="org.springframework.integration.file">
|
||||
<level value="warn" />
|
||||
</logger>
|
||||
|
||||
<!-- Root Logger -->
|
||||
<root>
|
||||
<priority value="warn" />
|
||||
|
||||
@@ -23,7 +23,9 @@
|
||||
output-channel="filesOut"
|
||||
ref="handler"/>
|
||||
|
||||
<file:outbound-channel-adapter id="filesOut" directory="${java.io.tmpdir}/spring-integration-samples/output"/>
|
||||
<file:outbound-channel-adapter id="filesOut"
|
||||
directory="${java.io.tmpdir}/spring-integration-samples/output"
|
||||
delete-source-files="true"/>
|
||||
|
||||
<bean id="handler" class="org.springframework.integration.samples.filecopy.Handler"/>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user