Skip to content

Commit

Permalink
Increase log level to .warning for subscription tests to avoid spammi…
Browse files Browse the repository at this point in the history
…ng build logs
  • Loading branch information
palpatim authored and scb01 committed Mar 11, 2019
1 parent a1afe54 commit ce0f299
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AWSAppSyncIntegrationTests/SubscriptionTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class SubscriptionTests: XCTestCase {
override func setUp() {
super.setUp()

AWSDDLog.sharedInstance.logLevel = .debug
AWSDDLog.sharedInstance.logLevel = .warning
AWSDDTTYLogger.sharedInstance.logFormatter = AWSAppSyncClientLogFormatter()
AWSDDLog.sharedInstance.add(AWSDDTTYLogger.sharedInstance)

Expand Down

0 comments on commit ce0f299

Please sign in to comment.