File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -311,7 +311,7 @@ export class ChannelImplementation implements Channel {
311
311
new MaxMessageSizeFilterFactory ( this . options ) ,
312
312
new CompressionFilterFactory ( this ) ,
313
313
] ) ;
314
- this . trace ( 'Constructed channel' ) ;
314
+ this . trace ( 'Channel constructed with options ' + JSON . stringify ( options , undefined , 2 ) ) ;
315
315
}
316
316
317
317
private getChannelzInfo ( ) : ChannelInfo {
Original file line number Diff line number Diff line change @@ -229,7 +229,7 @@ export class Subchannel {
229
229
this . channelzRef = registerChannelzSubchannel ( this . subchannelAddressString , ( ) => this . getChannelzInfo ( ) ) ;
230
230
this . channelzTrace = new ChannelzTrace ( ) ;
231
231
this . channelzTrace . addTrace ( 'CT_INFO' , 'Subchannel created' ) ;
232
- this . trace ( 'Subchannel constructed' ) ;
232
+ this . trace ( 'Subchannel constructed with options ' + JSON . stringify ( options , undefined , 2 ) ) ;
233
233
}
234
234
235
235
private getChannelzInfo ( ) : SubchannelInfo {
You can’t perform that action at this time.
0 commit comments