etcd can set log config

default log level is info, which will log o log of unused logs
This commit is contained in:
johnson
2019-12-13 11:22:05 +08:00
parent 885ba8f905
commit 11e42aac69
3 changed files with 19 additions and 1 deletions

2
go.mod
View File

@@ -38,7 +38,7 @@ require (
github.com/oxtoacart/bpool v0.0.0-20190530202638-03653db5a59c
github.com/pkg/errors v0.8.1
github.com/stretchr/testify v1.4.0
go.uber.org/zap v1.12.0 // indirect
go.uber.org/zap v1.12.0
golang.org/x/crypto v0.0.0-20191108234033-bd318be0434a
golang.org/x/net v0.0.0-20191109021931-daa7c04131f5
google.golang.org/grpc v1.25.1