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

23 uses

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

	google.golang.org/grpc/grpclog
		grpclog.go#L63: 	internal.LoggerV2Impl.Warningf(format, args...)

	google.golang.org/grpc
		dialoptions.go#L563: 		logger.Warningf("Adjusting keepalive ping interval to minimum period of %v", internal.KeepaliveMinPingTime)
		server.go#L2022: 		logger.Warningf("Unsupported codec %q. Defaulting to %q for now. This will start to fail in future releases.", contentSubtype, proto.Name)
		service_config.go#L179: 		logger.Warningf("grpc: unmarshalling service config %s: %v", js, err)
		service_config.go#L226: 			logger.Warningf("grpc: unmarshalling service config %s: %v", js, err)
		service_config.go#L246: 				logger.Warningf("grpc: error unmarshalling service config %s due to methodConfig[%d]: %v", js, i, err)
		service_config.go#L252: 				logger.Warningf("grpc: error unmarshalling service config %s due to methodConfig[%d]: %v", js, i, err)

	google.golang.org/grpc/balancer
		balancer.go#L63: 		logger.Warningf("Balancer registered with name %q. grpc-go will be switching to case sensitive balancer registries soon", b.Name())
		balancer.go#L90: 		logger.Warningf("Balancer retrieved for name %q. grpc-go will be switching to case sensitive balancer registries soon", name)

	google.golang.org/grpc/balancer/base
		balancer.go#L115: 				logger.Warningf("base.baseBalancer: failed to create new SubConn: %v", err)

	google.golang.org/grpc/credentials
		tls.go#L151: 		logger.Warningf("Allowing TLS connection to server %q with ALPN disabled. TLS connections to servers with ALPN disabled will be disallowed in future grpc-go releases", cfg.ServerName)

	google.golang.org/grpc/internal/binarylog
		env_config.go#L53: 			grpclogLogger.Warningf("failed to parse binary log config: %v", err)
		sink.go#L128: 				grpclogLogger.Warningf("failed to flush to Sink: %v", err)
		sink.go#L143: 		grpclogLogger.Warningf("failed to flush to Sink: %v", err)
		sink.go#L146: 		grpclogLogger.Warningf("failed to close the underlying WriterCloser: %v", err)
		sink.go#L149: 		grpclogLogger.Warningf("failed to close the Sink: %v", err)

	google.golang.org/grpc/internal/channelz
		channelmap.go#L379: 	logger.Warningf("attempt to delete an entry (id=%d) that doesn't currently exist", d.idNotFound)

	google.golang.org/grpc/internal/resolver/dns
		dns_resolver.go#L309: 		logger.Warningf("dns: TXT record %v missing %v attribute", res, txtAttribute)
		dns_resolver.go#L441: 		logger.Warningf("dns: error parsing service config json: %v", err)
		dns_resolver.go#L446: 		logger.Warningf("dns: error getting client hostname: %v", err)

	google.golang.org/grpc/internal/serviceconfig
		serviceconfig.go#L108: 				logger.Warningf("non-empty balancer configuration %q, but balancer does not implement ParseConfig", string(jsonCfg))

	google.golang.org/grpc/internal/transport
		http2_client.go#L1530: 				logger.Warningf("Failed to decode metadata header (%q, %q): %v", hf.Name, hf.Value, err)