From e22c7442a37008250b9ec03996e61d3e8d7bcd28 Mon Sep 17 00:00:00 2001 From: David Mejia Date: Mon, 8 Jul 2024 12:34:01 -0400 Subject: [PATCH] set staging logs to debug --- infrastructure/environments/staging.tfvars | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/environments/staging.tfvars b/infrastructure/environments/staging.tfvars index ff9a50f43..2807e6d70 100644 --- a/infrastructure/environments/staging.tfvars +++ b/infrastructure/environments/staging.tfvars @@ -5,7 +5,7 @@ django_debug = "True" pg_bouncer_instance_type = "t2.small" api_instance_type = "t2.small" dockerhub_repo = "ccdlstaging" -log_level = "INFO" +log_level = "DEBUG" environment = "staging" smasher_instance_type = "m5.2xlarge" smasher_volume_size_in_gb = "50"