Skip to content

Commit c854d3d

Browse files
committed
Make traefik less verbose
1 parent fa14b10 commit c854d3d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

infrastructure/applications/cluster/load_balancer_task.tf

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,6 @@ resource "aws_ecs_task_definition" "traefik" {
2424
{
2525
name = "TRAEFIK_ENTRYPOINTS_WEB_ADDRESS",
2626
value = ":80"
27-
},
28-
{
29-
name = "TRAEFIK_LOG_LEVEL",
30-
value = "DEBUG"
3127
}
3228
]
3329

0 commit comments

Comments
 (0)