SingleStepBatch Job can be used with spring-cloud-task-stream
resolves #799 Added config to reduce testcontainer logging Updated to use task starter
This commit is contained in:
committed by
Glenn Renfro
parent
a785fb00b1
commit
fb5d4b6573
@@ -0,0 +1,6 @@
|
||||
<configuration>
|
||||
<include resource="org/springframework/boot/logging/logback/base.xml"/>
|
||||
<logger name="org.apache.http" level="WARN"/>
|
||||
<logger name="com.github.dockerjava" level="WARN"/>
|
||||
<logger name="org.zeroturnaround.exec" level="WARN"/>
|
||||
</configuration>
|
||||
Reference in New Issue
Block a user