diff --git a/client/testing.go b/client/testing.go index 8e9e9df1b..c2603cb0f 100644 --- a/client/testing.go +++ b/client/testing.go @@ -107,6 +107,7 @@ func TestRPCOnlyClient(t testing.TB, cb func(c *config.Config), srvAddr net.Addr client := &Client{ config: conf, logger: testLogger, + rpcLogger: testLogger.Named("rpc"), shutdownCh: make(chan struct{}), EnterpriseClient: newEnterpriseClient(testLogger), }