mirror of https://github.com/grpc/grpc-java.git
xds: remove logging in data path (#7437)
This commit is contained in:
parent
3abdb2859f
commit
92cbc578a2
|
|
@ -238,10 +238,6 @@ final class XdsNameResolver extends NameResolver {
|
||||||
Map<String, ?> rawServiceConfig =
|
Map<String, ?> rawServiceConfig =
|
||||||
generateServiceConfigWithMethodTimeoutConfig(
|
generateServiceConfigWithMethodTimeoutConfig(
|
||||||
selectedRoute.getRouteAction().getTimeoutNano());
|
selectedRoute.getRouteAction().getTimeoutNano());
|
||||||
if (logger.isLoggable(XdsLogLevel.INFO)) {
|
|
||||||
logger.log(XdsLogLevel.INFO,
|
|
||||||
"Generated service config (method config):\n{0}", new Gson().toJson(rawServiceConfig));
|
|
||||||
}
|
|
||||||
ConfigOrError parsedServiceConfig = serviceConfigParser.parseServiceConfig(rawServiceConfig);
|
ConfigOrError parsedServiceConfig = serviceConfigParser.parseServiceConfig(rawServiceConfig);
|
||||||
Object config = parsedServiceConfig.getConfig();
|
Object config = parsedServiceConfig.getConfig();
|
||||||
if (config == null) {
|
if (config == null) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue