Log Docker output to aid debugging

Add an SLF4J logger so that we can see real time output of the
Docker container.

See gh-29370
This commit is contained in:
Phillip Webb
2022-01-12 10:43:06 -08:00
parent 827309f36f
commit 7c16668bf3
2 changed files with 4 additions and 0 deletions

View File

@@ -52,4 +52,5 @@
<suppress files="StringSequence" checks="SpringMethodVisibility" message="isEmpty"/>
<suppress files="ValidatorPropertiesWithDefaultValues\.java" checks="SpringMethodVisibility" />
<suppress files="DevToolsR2dbcAutoConfigurationTests" checks="HideUtilityClassConstructor" />
<suppress files="AbstractLaunchScriptIntegrationTests" checks="IllegalImport" />
</suppressions>