Skip to content

Commit

Permalink
disable data trace logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Huff committed Aug 25, 2017
1 parent c20f0ce commit b049b93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion env-production/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b049b93

Please sign in to comment.