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

13 uses

	google.golang.org/grpc/internal/channelz (current package)
		logging.go#L38: func Infof(l grpclog.DepthLoggerV2, e Entity, format string, args ...any) {

	google.golang.org/grpc
		balancer_wrapper.go#L122: 			channelz.Infof(logger, ccb.cc.channelz, "Channel switches to new LB policy %q", name)
		clientconn.go#L207: 	channelz.Infof(logger, cc.channelz, "parsed dial target is: %#v", cc.parsedTarget)
		clientconn.go#L208: 	channelz.Infof(logger, cc.channelz, "Channel authority set to %q", cc.authority)
		clientconn.go#L563: 	channelz.Infof(logger, csm.channelz, "Channel Connectivity change to %v", state)
		clientconn.go#L777: 		channelz.Infof(logger, cc.channelz, "ignoring service config from resolver (%v) and applying the default because service config is disabled", s.ServiceConfig)
		clientconn.go#L788: 					channelz.Infof(logger, cc.channelz, "method configs in service config will be ignored due to presence of config selector")
		clientconn.go#L968: 	channelz.Infof(logger, ac.channelz, "addrConn: updateAddrs addrs (%d of %d): %v", limit, len(addrs), addrs[:limit])
		clientconn.go#L1226: 		channelz.Infof(logger, ac.channelz, "Subchannel Connectivity change to %v", s)
		clientconn.go#L1228: 		channelz.Infof(logger, ac.channelz, "Subchannel Connectivity change to %v, last error: %s", s, lastErr)
		clientconn.go#L1345: 		channelz.Infof(logger, ac.channelz, "Subchannel picks a new address %q to connect", addr.Addr)
		resolver_wrapper.go#L210: 	channelz.Infof(logger, ccr.cc.channelz, "Resolver state updated: %s (%v)", pretty.ToJSON(s), strings.Join(updates, "; "))
		stream.go#L684: 				channelz.Infof(logger, cs.cc.channelz, "Server retry pushback specified to abort (%q).", sps[0])