We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 034676d commit 0421d4aCopy full SHA for 0421d4a
infrastructure/api.tf
@@ -104,7 +104,7 @@ resource "aws_cloudwatch_log_group" "ndr_api_log_group" {
104
resource "aws_api_gateway_method_settings" "ndr_api_log_settings" {
105
rest_api_id = aws_api_gateway_rest_api.ndr_doc_store_api.id
106
stage_name = aws_api_gateway_stage.ndr_api.stage_name
107
- method_path = "/*/*"
+ method_path = "*/*"
108
109
settings {
110
logging_level = "INFO"
0 commit comments