Skip to content

Commit 6cfaf7b

Browse files
authored
Log Testcontainers version (#8820)
1 parent 6f0e6e4 commit 6cfaf7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/java/org/testcontainers/DockerClientFactory.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ private DockerClientProviderStrategy getOrInitializeStrategy() {
145145
if (strategy != null) {
146146
return strategy;
147147
}
148-
148+
log.info("Testcontainers version: {}", DEFAULT_LABELS.get(TESTCONTAINERS_VERSION_LABEL));
149149
List<DockerClientProviderStrategy> configurationStrategies = new ArrayList<>();
150150
ServiceLoader.load(DockerClientProviderStrategy.class).forEach(configurationStrategies::add);
151151

0 commit comments

Comments
 (0)