Browse Source

Merge branch '1.4.x' into 1.5.x

pull/9258/merge
Andy Wilkinson 9 years ago
parent
commit
5722c149d0
  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