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) {
|
if (this.hasShutdown) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
trace('Loaded bootstrap info: ' + JSON.stringify(bootstrapInfo, undefined, 2));
|
||||||
const node: Node = {
|
const node: Node = {
|
||||||
...bootstrapInfo.node,
|
...bootstrapInfo.node,
|
||||||
build_version: `gRPC Node Pure JS ${clientVersion}`,
|
build_version: `gRPC Node Pure JS ${clientVersion}`,
|
||||||
|
|
Loading…
Reference in New Issue