google.golang.org/grpc/internal/grpclog.PrefixLogger.Warningf (method)
6 uses
google.golang.org/grpc/internal/grpclog (current package)
prefix_logger.go#L49: func (pl *PrefixLogger) Warningf(format string, args ...any) {
google.golang.org/grpc/internal/transport
controlbuf.go#L744: l.logger.Warningf("Encountered error while encoding headers: %v", err)
http2_client.go#L890: t.logger.Warningf("Header list size to send (%d bytes) is larger than the upcoming default limit (%d bytes). In release v1.82.0, GRPC_GO_EXPERIMENTAL_ENABLE_8KB_DEFAULT_HEADER_LIST_SIZE will be enabled by default, enforcing this limit.", sz, upcomingDefaultHeaderListSize)
http2_server.go#L473: t.logger.Warningf("Failed to decode metadata header (%q, %q): %v", hf.Name, hf.Value, err)
http2_server.go#L651: t.logger.Warningf("Encountered http2.StreamError: %v", se)
http2_server.go#L960: t.logger.Warningf("Header list size to send (%d bytes) is larger than the upcoming default limit (%d bytes). In release v1.82.0, GRPC_GO_EXPERIMENTAL_ENABLE_8KB_DEFAULT_HEADER_LIST_SIZE will be enabled by default, enforcing this limit.", sz, upcomingDefaultHeaderListSize)