Skip to content

Commit

Permalink
Merge branch 'main' into cindy/ExportSeverity
Browse files Browse the repository at this point in the history
  • Loading branch information
cindy-peng authored Jan 24, 2024
2 parents cc7e523 + 7e11e11 commit 21b3a99
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/v2/logging_service_v2_client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
),
};

Expand Down

0 comments on commit 21b3a99

Please sign in to comment.