mirror of https://github.com/grpc/grpc-node.git
grpc-js-xds: Log loaded bootstrap info in xDS client
This commit is contained in:
parent
dc441c5596
commit
0eabcefd0d
|
@ -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}`,
|
||||
|
|
Loading…
Reference in New Issue