Enable Docker command debug logging to improve diagnostics on CI server

This commit is contained in:
Andy Wilkinson 2017-06-03 09:54:13 +01:00
parent a69a851ae9
commit 0270ccafa5
1 changed files with 2 additions and 0 deletions

View File

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