Skip to content

Commit 89c91ce

Browse files
authored
Merge pull request #1 from takyafumin/fix/log-group-name
ECSタスクのロググループ名を「/ecs/laravel」から「/ecs/laravel-app」に変更
2 parents 10cf66f + 84044c5 commit 89c91ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.aws/ecs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ Resources:
126126
LogConfiguration:
127127
LogDriver: awslogs
128128
Options:
129-
awslogs-group: "/ecs/laravel"
129+
awslogs-group: "/ecs/laravel-app"
130130
awslogs-region: !Ref AWS::Region
131131
awslogs-stream-prefix: ecs
132132
WorkingDirectory: /var/www

0 commit comments

Comments
 (0)