diff --git a/AWSAppSyncIntegrationTests/SubscriptionTests.swift b/AWSAppSyncIntegrationTests/SubscriptionTests.swift index 31caf27b..cb8da39b 100644 --- a/AWSAppSyncIntegrationTests/SubscriptionTests.swift +++ b/AWSAppSyncIntegrationTests/SubscriptionTests.swift @@ -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)