Skip to content

Commit

Permalink
Remove hardcoded log level setting on mockserver (#4798)
Browse files Browse the repository at this point in the history
  • Loading branch information
szymonprz committed Dec 22, 2021
1 parent a715548 commit 42e4905
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public MockServerContainer(DockerImageName dockerImageName) {

waitingFor(Wait.forHttp("/mockserver/status").withMethod("PUT").forStatusCode(200));

withCommand("-logLevel INFO -serverPort " + PORT);
withCommand("-serverPort " + PORT);
addExposedPorts(PORT);
}

Expand Down

0 comments on commit 42e4905

Please sign in to comment.