diff --git a/src/v2/logging_service_v2_client.ts b/src/v2/logging_service_v2_client.ts index b2e9f62a..8eb4873e 100644 --- a/src/v2/logging_service_v2_client.ts +++ b/src/v2/logging_service_v2_client.ts @@ -312,7 +312,8 @@ export class LoggingServiceV2Client { this.descriptors.stream = { tailLogEntries: new this._gaxModule.StreamDescriptor( this._gaxModule.StreamType.BIDI_STREAMING, - !!opts.fallback + !!opts.fallback, + /* gaxStreamingRetries: */ true ), };