Skip to content

Commit

Permalink
Increase xDS interop client log verbosity
Browse files Browse the repository at this point in the history
  • Loading branch information
murgatroid99 committed Jan 28, 2025
1 parent 0396cb9 commit 8b64c81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/grpc-js-xds/interop/test-client.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,6 @@ COPY --from=build /node/src/grpc-node/packages/grpc-js-xds ./packages/grpc-js-xd

ENV GRPC_VERBOSITY="DEBUG"
ENV GRPC_TRACE=xds_client,xds_resolver,xds_cluster_manager,cds_balancer,xds_cluster_resolver,xds_cluster_impl,priority,weighted_target,round_robin,resolving_load_balancer,subchannel,keepalive,dns_resolver,fault_injection,http_filter,csds,outlier_detection,server,server_call,ring_hash
ENV NODE_XDS_INTEROP_VERBOSITY=1

ENTRYPOINT [ "/nodejs/bin/node", "/node/src/grpc-node/packages/grpc-js-xds/build/interop/xds-interop-client" ]
1 change: 1 addition & 0 deletions packages/grpc-js-xds/interop/xds-interop-server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ function testInfoInterceptor(methodDescriptor: grpc.ServerMethodDefinition<any,
}
if (attemptNum === targetAttempt) {
next(metadata);
return;
}
}
}
Expand Down

0 comments on commit 8b64c81

Please sign in to comment.