Skip to content

Commit

Permalink
chore: revert to info logs (#183)
Browse files Browse the repository at this point in the history
  • Loading branch information
HarryET committed Aug 31, 2023
1 parent b2fe5a2 commit c370719
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/ecs/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ resource "aws_ecs_task_definition" "app_task_definition" {
environment = [
{ name = "PORT", value = "8080" },
{ name = "PUBLIC_URL", value = "https://${var.fqdn}" },
{ name = "LOG_LEVEL", value = "debug,echo-server=debug" },
{ name = "LOG_LEVEL", value = "info,echo-server=info" },
{ name = "LOG_LEVEL_OTEL", value = "info,echo-server=trace" },
{ name = "DATABASE_URL", value = var.database_url },
{ name = "TENANT_DATABASE_URL", value = var.tenant_database_url },
Expand Down

0 comments on commit c370719

Please sign in to comment.