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:
Родитель
32559e2175
Коммит
1dbad57dad
|
@ -937,7 +937,6 @@ func (ac *addrConn) updateConnectivityState(s connectivity.State) {
|
|||
}
|
||||
|
||||
updateMsg := fmt.Sprintf("Subchannel Connectivity change to %v", s)
|
||||
grpclog.Infof(updateMsg)
|
||||
ac.state = s
|
||||
if channelz.IsOn() {
|
||||
channelz.AddTraceEvent(ac.channelzID, &channelz.TraceEventDesc{
|
||||
|
|
Загрузка…
Ссылка в новой задаче