Skip to content

Commit

Permalink
remove unnecessary log level
Browse files Browse the repository at this point in the history
  • Loading branch information
dayaffe committed Nov 20, 2024
1 parent c3b7b3b commit 4c7d824
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ final class TranscribeStreamingTests: XCTestCase {
// code: 2058, message: "The connection has closed or is closing."
// code: 2087, message: "Stream acquisition failed because stream manager failed to acquire a connection"
func test_25xConcurrent_streamTranscription() async throws {
try Logger.initialize(target: .standardOutput, level: .trace)
// By default the TranscribeStreaming service allows 25 concurrent transcriptions.
// More than that (which can happen when multiple test runs are being performed) will result
// in throttling / resource exceeded errors, which may be retried (see retry logic below.)
Expand Down

0 comments on commit 4c7d824

Please sign in to comment.