Skip to content

Commit e8109fc

Browse files
committed
Don't log so much
1 parent fdbc374 commit e8109fc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

terraform/lambda.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ module "this" {
9191
cloudwatch_logs_kms_key_id = var.cloudwatch_logs_kms_key_id
9292
cloudwatch_logs_retention_in_days = local.is_debug ? 7 : 30
9393
logging_log_format = "JSON"
94-
logging_application_log_level = local.is_debug ? "DEBUG" : "INFO"
9594

9695
create_package = false
9796
local_existing_package = var.deploy_s3zip == null ? coalesce(var.deploy_localzip, "${path.module}/../dist/dynamodbStreamEvents.zip") : null

0 commit comments

Comments
 (0)