mirror of https://github.com/grpc/grpc-go.git
internal: delete an info log (#2640)
This log doesn't print much useful information, and causes flooding, especially when ClientConn is closed (one Shutdown log for each subconn).
This commit is contained in:
parent
32559e2175
commit
1dbad57dad
|
|
@ -937,7 +937,6 @@ func (ac *addrConn) updateConnectivityState(s connectivity.State) {
|
||||||
}
|
}
|
||||||
|
|
||||||
updateMsg := fmt.Sprintf("Subchannel Connectivity change to %v", s)
|
updateMsg := fmt.Sprintf("Subchannel Connectivity change to %v", s)
|
||||||
grpclog.Infof(updateMsg)
|
|
||||||
ac.state = s
|
ac.state = s
|
||||||
if channelz.IsOn() {
|
if channelz.IsOn() {
|
||||||
channelz.AddTraceEvent(ac.channelzID, &channelz.TraceEventDesc{
|
channelz.AddTraceEvent(ac.channelzID, &channelz.TraceEventDesc{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue