Skip to content

Commit

Permalink
Output logs
Browse files Browse the repository at this point in the history
Signed-off-by: Andre Kurait <[email protected]>
  • Loading branch information
AndreKurait committed Dec 11, 2024
1 parent f64f8ef commit d5e66dd
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ public void multiTypeTransformationTest_union() {
try (
final var indexCreatedCluster = new SearchClusterContainer(SearchClusterContainer.ES_V5_6_16);
final var upgradedSourceCluster = new SearchClusterContainer(ES_V6_8_23)
.withFileSystemBind(localDirectory.getAbsolutePath(), SearchClusterContainer.CLUSTER_SNAPSHOT_DIR, BindMode.READ_WRITE);
.withFileSystemBind(localDirectory.getAbsolutePath(), SearchClusterContainer.CLUSTER_SNAPSHOT_DIR, BindMode.READ_WRITE)
.withLogConsumer(outputFrame -> log.warn(outputFrame.getUtf8String()));
final var targetCluster = new SearchClusterContainer(SearchClusterContainer.OS_V2_14_0)
) {
indexCreatedCluster.start();
Expand Down

0 comments on commit d5e66dd

Please sign in to comment.