Skip to content

Commit

Permalink
Fix log groups for production ECS
Browse files Browse the repository at this point in the history
  • Loading branch information
dabeeeenster authored Mar 4, 2022
1 parent 2aaaac7 commit dcbed5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"logConfiguration": {
"logDriver": "awslogs",
"options": {
"awslogs-group": "flagsmith-fargate-eu-west-2-8e1e329",
"awslogs-group": "flagsmith-fargate-eu-west-2-e815bfd",
"awslogs-region": "eu-west-2",
"awslogs-stream-prefix": "awslogs-flagsmith"
}
Expand Down
2 changes: 1 addition & 1 deletion infrastructure/aws/production/ecs-task-definition-web.json
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@
"logConfiguration": {
"logDriver": "awslogs",
"options": {
"awslogs-group": "flagsmith-fargate-eu-west-2-8e1e329",
"awslogs-group": "flagsmith-fargate-eu-west-2-e815bfd",
"awslogs-region": "eu-west-2",
"awslogs-stream-prefix": "awslogs-flagsmith"
}
Expand Down

0 comments on commit dcbed5d

Please sign in to comment.