Skip to content

Commit 0270cca

Browse files
committed
Enable Docker command debug logging to improve diagnostics on CI server
1 parent a69a851 commit 0270cca

File tree

1 file changed

+2
-0
lines changed
  • spring-boot-integration-tests/spring-boot-launch-script-tests/src/test/resources

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
</encoder>
77
</appender>
88

9+
<logger name="com.github.dockerjava.core.command" level="DEBUG"/>
10+
911
<root level="INFO">
1012
<appender-ref ref="STDOUT" />
1113
</root>

0 commit comments

Comments
 (0)