mirror of https://github.com/grpc/grpc-go.git
grpclb: downgrade error logs to warning (#2381)
Warning is more appropriate per: https://github.com/grpc/grpc-go/blob/master/Documentation/log_levels.md#warning
This commit is contained in:
parent
23d111fa0d
commit
491af2b0a4
|
|
@ -241,7 +241,7 @@ func (lb *lbBalancer) watchRemoteBalancer() {
|
|||
if err == errServerTerminatedConnection {
|
||||
grpclog.Info(err)
|
||||
} else {
|
||||
grpclog.Error(err)
|
||||
grpclog.Warning(err)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue