google.golang.org/grpc/grpclog/internal.LoggerV2.Infof (method)

27 uses

	google.golang.org/grpc/grpclog/internal (current package)
		loggerv2.go#L36: 	Infof(format string, args ...any)

	google.golang.org/grpc/grpclog
		grpclog.go#L48: 	internal.LoggerV2Impl.Infof(format, args...)
		grpclog.go#L121: 	internal.LoggerV2Impl.Infof(format, args...)

	google.golang.org/grpc
		balancer_wrapper.go#L126: 			logger.Infof("error from balancer.UpdateClientConnState: %v", err)
		clientconn.go#L929: 			logger.Infof("connect called on shutdown addrConn; ignoring.")
		clientconn.go#L936: 			logger.Infof("connect called on addrConn in non-idle state (%v); ignoring.", ac.state)
		clientconn.go#L1403: 			logger.Infof("Creating new client transport to %q: %v", addr, err)
		clientconn.go#L1680: 	logger.Infof("original dial target is: %q", cc.target)
		picker_wrapper.go#L195: 		logger.Infof("blockingPicker: the picked transport is not ready, loop back to repick")

	google.golang.org/grpc/balancer/base
		balancer.go#L191: 		logger.Infof("base.baseBalancer: handle SubConn state change: %p, %v", sc, s)
		balancer.go#L196: 			logger.Infof("base.baseBalancer: got state changes for an unknown SubConn: %p, %v", sc, s)

	google.golang.org/grpc/health
		server.go#L140: 		logger.Infof("health: status changing for %s to %v is ignored because health service is shutdown", service, servingStatus)

	google.golang.org/grpc/internal/binarylog
		binarylog.go#L176: 		grpclogLogger.Infof("binarylogging: failed to parse %q: %v", methodName, err)
		method_logger.go#L245: 			grpclogLogger.Infof("binarylogging: failed to marshal proto message: %v", err)
		method_logger.go#L250: 		grpclogLogger.Infof("binarylogging: message to log is neither proto.message nor []byte")
		method_logger.go#L285: 			grpclogLogger.Infof("binarylogging: failed to marshal proto message: %v", err)
		method_logger.go#L290: 		grpclogLogger.Infof("binarylogging: message to log is neither proto.message nor []byte")
		method_logger.go#L351: 			grpclogLogger.Infof("binarylogging: failed to marshal status proto: %v", err)

	google.golang.org/grpc/internal/channelz
		channelmap.go#L92: 		logger.Infof("channel %d references invalid parent ID %d", id, pid)
		channelmap.go#L104: 		logger.Infof("subchannel %d references invalid parent ID %d", id, pid)
		channelmap.go#L114: 		logger.Infof("normal socket %d has no parent", s.ID)
		channelmap.go#L369: 	logger.Infof("attempt to add child of type %T with id %d to a parent (id=%d) that doesn't currently exist", e, id, d.idNotFound)
		channelmap.go#L375: 	logger.Infof("attempt to delete child with id %d from a parent (id=%d) that doesn't currently exist", id, d.idNotFound)

	google.golang.org/grpc/internal/resolver/delegatingresolver
		delegatingresolver.go#L123: 		logger.Infof("Proxy URL detected : %s", r.proxyURL)
		delegatingresolver.go#L309: 		logger.Infof("Addresses received from proxy resolver: %s", state.Addresses)
		delegatingresolver.go#L354: 		logger.Infof("Addresses received from target resolver: %v", state.Addresses)

	google.golang.org/grpc/internal/transport
		http2_client.go#L254: 				logger.Infof("Aborting due to connect deadline expiring: %v", err)