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

26 uses

	google.golang.org/grpc/internal/grpclog (current package)
		prefix_logger.go#L38: func (pl *PrefixLogger) Infof(format string, args ...any) {

	google.golang.org/grpc/internal/transport
		controlbuf.go#L589: 			l.logger.Infof("loopyWriter exiting with error: %v", err)
		controlbuf.go#L688: 				l.logger.Infof("Unrecognized streamID %d in loopyWriter", h.streamID)
		handler_server.go#L182: 			ht.logger.Infof("Closing: %v", err)
		http2_client.go#L939: 			t.logger.Infof("Draining transport: t.nextID > MaxStreamID")
		http2_client.go#L1022: 		t.logger.Infof("Closing: %v", err)
		http2_client.go#L1053: 		t.logger.Infof("Failed to write a GOAWAY frame as part of connection close after %s. Giving up and closing the transport.", goAwayLoopyWriterTimeout)
		http2_client.go#L1096: 		t.logger.Infof("GracefulClose called")
		http2_client.go#L1284: 			t.logger.Infof("Received a RST_STREAM frame with code %q, but found no mapped gRPC status", f.ErrCode)
		http2_server.go#L463: 				t.logger.Infof("Received a HEADERS frame with a :connection header which makes the request malformed, as per the HTTP/2 spec")
		http2_server.go#L488: 			t.logger.Infof("Aborting the stream early: %v", errMsg)
		http2_server.go#L560: 			t.logger.Infof("Aborting the stream early: %v", errMsg)
		http2_server.go#L571: 				t.logger.Infof("Aborting the stream early due to InTapHandle failure: %v", err)
		http2_server.go#L698: 				t.logger.Infof("Received unsupported frame type %T", frame)
		http2_server.go#L954: 				t.logger.Infof("Header list size to send violates the maximum size (%d bytes) set by client", *t.maxSendHeaderListSize)
		http2_server.go#L1236: 					t.logger.Infof("Closing server transport due to maximum connection age")
		http2_server.go#L1288: 		t.logger.Infof("Closing: %v", err)
		http2_server.go#L1297: 		t.logger.Infof("Error closing underlying net.Conn during Close: %v", err)

	google.golang.org/grpc/balancer/pickfirst
		pickfirst.go#L219: 		b.logger.Infof("Received error from the name resolver: %v", err)
		pickfirst.go#L227: 			b.logger.Infof("Ignoring resolver error because balancer is using a previous good update.")
		pickfirst.go#L257: 		b.logger.Infof("Received new config %s, resolver state %s", pretty.ToJSON(cfg), pretty.ToJSON(state.ResolverState))
		pickfirst.go#L553: 					b.logger.Infof("Failed to create a subConn for address %v: %v", curAddr.String(), err)
		pickfirst.go#L605: 			b.logger.Infof("Happy Eyeballs timer expired while waiting for connection to %q.", curAddr.Addr)
		pickfirst.go#L653: 				b.logger.Infof("SubConn %p reported connectivity state READY and the health listener is disabled. Transitioning SubConn to READY.", sd.subConn)
		pickfirst.go#L664: 			b.logger.Infof("SubConn %p reported connectivity state READY. Registering health listener.", sd.subConn)

	google.golang.org/grpc/balancer/roundrobin
		roundrobin.go#L56: 	bal.logger.Infof("Created")