We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c88d257 commit 6263cadCopy full SHA for 6263cad
core/src/main/java/org/testcontainers/containers/GenericContainer.java
@@ -307,7 +307,6 @@ protected void doStart() {
307
Instant startedAt = Instant.now();
308
309
logger().debug("Starting container: {}", getDockerImageName());
310
- logger().debug("Trying to start container: {}", getDockerImageName());
311
312
AtomicInteger attempt = new AtomicInteger(0);
313
Unreliables.retryUntilSuccess(startupAttempts, () -> {
0 commit comments