You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@menghanl We want to see Warning/Error/Fatal, but opt out on Info (only when our --debug flag is off). So grpclog.NewLoggerV2WithVerbosity(ioutil.Discard, os.Stderr, os.Stderr, 0) would totally work.
What version of gRPC are you using?
v1.7.4
What version of Go are you using (
go version
)?Go 1.9.2
Problem
Balancer wrapper info logging does not respect verbosity
grpc-go/balancer_v1_wrapper.go
Lines 124 to 126 in 2720857
where you can set with
Only
transport
package respects verbosity, while others don't.grpc-go/transport/log.go
Lines 28 to 32 in 2720857
Could we add verbosity check to all internal logging?
ref. etcd-io/etcd#8994
The text was updated successfully, but these errors were encountered: