Skip to content

Commit 66e8b6b

Browse files
authored
Add awsfirelens log driver to example documentation (#114)
1 parent 4c36304 commit 66e8b6b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

examples/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ With Docker images, using the `awslogs` log driver will send your container logs
88

99
## ECS and Fargate
1010

11-
With ECS and Fargate, you can use the `awslogs` log driver to have your logs sent to CloudWatch Logs on your behalf. After configuring your task to use the `awslogs` log driver, you may write your EMF logs to STDOUT and they will be processed.
11+
With ECS and Fargate, you can use the `awsfirelens` (recommended) or `awslogs` log driver to have your logs sent to CloudWatch Logs on your behalf. After configuring the options for your preferred log driver, you may write your EMF logs to STDOUT and they will be processed.
12+
13+
[`awsfirelens` documentation](https://github.com/aws/amazon-cloudwatch-logs-for-fluent-bit)
1214

1315
[ECS documentation on `awslogs` log driver](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/using_awslogs.html)
1416

0 commit comments

Comments
 (0)