GH-163: Replace describeStream with listStream

Fixes https://github.com/spring-projects/spring-integration-aws/issues/163
This commit is contained in:
Matthias
2020-06-15 20:18:06 +02:00
committed by GitHub
parent a4e551d720
commit 10e96e2de2
10 changed files with 389 additions and 297 deletions

View File

@@ -2,7 +2,7 @@
<Configuration status="WARN">
<Appenders>
<Console name="STDOUT" target="SYSTEM_OUT">
<PatternLayout pattern="%d %p [%t] [%c] - %m%n" />
<PatternLayout pattern="%d %p [%t] [%c] - %m%n"/>
</Console>
</Appenders>
<Loggers>
@@ -10,7 +10,7 @@
<Logger name="org.springframework.integration" level="warn"/>
<Logger name="org.springframework.integration.aws" level="info"/>
<Root level="warn">
<AppenderRef ref="STDOUT" />
<AppenderRef ref="STDOUT"/>
</Root>
</Loggers>
</Configuration>