Skip to content

Commit

Permalink
Merge branch 'refs/heads/feature/ACS-8124-rename-package-prediction-a…
Browse files Browse the repository at this point in the history
…pplier-to-hxi-extension' into feature/ACS-8278-bye-bye-xml-config
  • Loading branch information
krdabrowski committed Jun 27, 2024
2 parents 96a17ba + 37412b7 commit 946b2b0
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,8 @@ public static WireMockContainer createWireMockContainerWithin(Network network)
public static LocalStackContainer createLocalStackContainer()
{
return new LocalStackContainer(DockerImageName.parse(LOCALSTACK_IMAGE).withTag(LOCALSTACK_TAG))
.withExposedPorts(4566);
.withExposedPorts(4566)
.withLogConsumer(new Slf4jLogConsumer(LoggerFactory.getLogger("LocalStackContainer")));
}

public static LocalStackContainer createLocalStackContainerWithin(Network network)
Expand Down

0 comments on commit 946b2b0

Please sign in to comment.