Skip to content

Commit de5eb82

Browse files
committed
grpc-js-xds: Log loaded bootstrap info in xDS client
1 parent 32fc824 commit de5eb82

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/grpc-js-xds/src/xds-client.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -340,6 +340,7 @@ export class XdsClient {
340340
if (this.hasShutdown) {
341341
return;
342342
}
343+
trace('Loaded bootstrap info: ' + JSON.stringify(bootstrapInfo, undefined, 2));
343344
if (bootstrapInfo.xdsServers[0].serverFeatures.indexOf('xds_v3') >= 0) {
344345
this.apiVersion = XdsApiVersion.V3;
345346
} else {

0 commit comments

Comments
 (0)