Skip to content

Commit ebe72f8

Browse files
committed
Add LogConfiguration to TaskDefinition
1 parent 80666bd commit ebe72f8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cloud-formation/ecs.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@ Resources:
7272
ContainerDefinitions:
7373
- Name: GoCaptureContainer
7474
Image: !Ref TaskImage
75+
LogConfiguration:
76+
LogDriver: awslogs
7577
Cpu: .25 vCPU
7678
ExecutionRoleArn: !Ref ExecutionRole
7779
Family: GoCapture

0 commit comments

Comments
 (0)