Skip to content

Commit

Permalink
Run nuntio in debug mode for integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vierbergenlars committed Dec 14, 2021
1 parent a1eaead commit 3f0c757
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ public class NuntioContainer extends GenericContainer<NuntioContainer> implement

public NuntioContainer() {
super(System.getProperty("nuntio.image"));
withEnv("LOGGING_LEVEL_EU_XENIT_NUNTIO", "DEBUG");
setStartupCheckStrategy(new HealthcheckPassingStartupCheckStrategy());
withCreateContainerCmdModifier(createContainerCmd -> {
HealthCheck healthCheck = new HealthCheck();
Expand Down

0 comments on commit 3f0c757

Please sign in to comment.