From ce0f299f96c70ec33f903079fc34b549670556b4 Mon Sep 17 00:00:00 2001 From: Tim Schmelter Date: Thu, 7 Mar 2019 21:04:54 -0800 Subject: [PATCH] Increase log level to .warning for subscription tests to avoid spamming build logs --- AWSAppSyncIntegrationTests/SubscriptionTests.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)