Skip to content

Commit

Permalink
etcdserver/v2store: use "zap" logger in v2v3 tests
Browse files Browse the repository at this point in the history
Signed-off-by: Gyuho Lee <[email protected]>
  • Loading branch information
gyuho committed May 1, 2018
1 parent f6a14fb commit 38326d0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions etcdserver/v2store/store_v2v3_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,10 @@ import (
"github.com/coreos/etcd/etcdserver/v2store"
"github.com/coreos/etcd/integration"

"github.com/coreos/pkg/capnslog"
"google.golang.org/grpc/grpclog"
)

func init() {
capnslog.SetGlobalLogLevel(capnslog.CRITICAL)
clientv3.SetLogger(grpclog.NewLoggerV2(ioutil.Discard, ioutil.Discard, ioutil.Discard))
}

Expand Down

0 comments on commit 38326d0

Please sign in to comment.