Browse Source

Merge branch '1.5.x'

pull/9404/head
Andy Wilkinson 9 years ago
parent
commit
b8bd51fd48
  1. 2
      spring-boot-integration-tests/spring-boot-launch-script-tests/src/test/resources/logback.xml

2
spring-boot-integration-tests/spring-boot-launch-script-tests/src/test/resources/logback.xml

@ -6,6 +6,8 @@ @@ -6,6 +6,8 @@
</encoder>
</appender>
<logger name="com.github.dockerjava.core.command" level="DEBUG"/>
<root level="INFO">
<appender-ref ref="STDOUT" />
</root>

Loading…
Cancel
Save