func google.golang.org/grpc/internal/channelz.Infof

19 uses

	google.golang.org/grpc/internal/channelz (current package)
		logging.go#L42: func Infof(l grpclog.DepthLoggerV2, id *Identifier, format string, args ...interface{}) {

	google.golang.org/grpc
		balancer_conn_wrappers.go#L274: 		channelz.Infof(logger, ccb.cc.channelzID, "Channel switches to new LB policy %q", name)
		clientconn.go#L263: 	channelz.Infof(logger, cc.channelzID, "Channel authority set to %q", cc.authority)
		clientconn.go#L418: 	channelz.Infof(logger, csm.channelzID, "Channel Connectivity change to %v", state)
		clientconn.go#L631: 		channelz.Infof(logger, cc.channelzID, "ignoring service config from resolver (%v) and applying the default because service config is disabled", s.ServiceConfig)
		clientconn.go#L642: 					channelz.Infof(logger, cc.channelzID, "method configs in service config will be ignored due to presence of config selector")
		clientconn.go#L846: 	channelz.Infof(logger, ac.channelzID, "addrConn: tryUpdateAddrs curAddr: %v, addrs: %v", ac.curAddr, addrs)
		clientconn.go#L871: 	channelz.Infof(logger, ac.channelzID, "addrConn: tryUpdateAddrs curAddrFound: %v", curAddrFound)
		clientconn.go#L1106: 	channelz.Infof(logger, ac.channelzID, "Subchannel Connectivity change to %v", s)
		clientconn.go#L1217: 		channelz.Infof(logger, ac.channelzID, "Subchannel picks a new address %q to connect", addr.Addr)
		clientconn.go#L1552: 	channelz.Infof(logger, cc.channelzID, "original dial target is: %q", cc.target)
		clientconn.go#L1557: 		channelz.Infof(logger, cc.channelzID, "dial target %q parse failed: %v", cc.target, err)
		clientconn.go#L1559: 		channelz.Infof(logger, cc.channelzID, "parsed dial target is: %+v", parsedTarget)
		clientconn.go#L1572: 	channelz.Infof(logger, cc.channelzID, "fallback to scheme %q", defScheme)
		clientconn.go#L1577: 		channelz.Infof(logger, cc.channelzID, "dial target %q parse failed: %v", canonicalTarget, err)
		clientconn.go#L1580: 	channelz.Infof(logger, cc.channelzID, "parsed dial target is: %+v", parsedTarget)
		resolver_conn_wrapper.go#L138: 	channelz.Infof(logger, ccr.cc.channelzID, "ccResolverWrapper: got new service config: %s", sc)
		resolver_conn_wrapper.go#L175: 	channelz.Infof(logger, ccr.cc.channelzID, "Resolver state updated: %s (%v)", pretty.ToJSON(s), strings.Join(updates, "; "))
		stream.go#L632: 				channelz.Infof(logger, cs.cc.channelzID, "Server retry pushback specified to abort (%q).", sps[0])