Skip to content

Commit 43a02ed

Browse files
committed
Revert "printing server logs after tests"
This reverts commit 2bbd679.
1 parent cc89f83 commit 43a02ed

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

java-client/src/test/java/co/elastic/clients/elasticsearch/ElasticsearchTestServer.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ public static synchronized ElasticsearchTestServer global(@Nullable String passw
9494

9595
Runtime.getRuntime().addShutdownHook(new Thread(() -> {
9696
System.out.println("Stopping global ES test server.");
97-
System.out.println(global.container.getLogs());
9897
global.close();
9998
}));
10099
}

0 commit comments

Comments
 (0)