How to turn off WSTestClient logging client name when running tests?

71 Views Asked by At

When I run tests in Play 2.6.x that are using the WsTestClient like:

WsTestClient.withClient { client => ... 

I see in the logs:

[info] p.a.t.WsTestClient$SingletonWSClient - createNewClient: name = ws-test-client-1

Which I believe is coming from this line

Why is it logging as Info if it's set at log-level warn? Can I silence the noise somehow?

0

There are 0 best solutions below