grpc-js-xds: Log loaded bootstrap info in xDS client

This commit is contained in:
Michael Lumish 2021-09-20 11:31:16 -07:00
parent dc441c5596
commit 0eabcefd0d
1 changed files with 1 additions and 0 deletions

View File

@ -785,6 +785,7 @@ export class XdsClient {
if (this.hasShutdown) {
return;
}
trace('Loaded bootstrap info: ' + JSON.stringify(bootstrapInfo, undefined, 2));
const node: Node = {
...bootstrapInfo.node,
build_version: `gRPC Node Pure JS ${clientVersion}`,