From b049b93911c8468e97cbe662abaa8c8cef0f46a8 Mon Sep 17 00:00:00 2001 From: Steve Huff Date: Fri, 25 Aug 2017 15:23:15 -0400 Subject: [PATCH] disable data trace logging --- env-production/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/env-production/main.tf b/env-production/main.tf index 2c53e01..95fb66a 100644 --- a/env-production/main.tf +++ b/env-production/main.tf @@ -67,7 +67,7 @@ resource "aws_api_gateway_method_settings" "proxy-any" { settings { metrics_enabled = true logging_level = "INFO" - data_trace_enabled = true + data_trace_enabled = false caching_enabled = false throttling_rate_limit = 10000 throttling_burst_limit = 5000