Skip to content

Commit 6b97f76

Browse files
authored
Add awsfirelens log driver to example documentation (#148)
1 parent 472805d commit 6b97f76

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

examples/README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,9 @@ With Docker images, using the `awslogs` log driver will send your container logs
3737

3838
## ECS and Fargate
3939

40-
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.
40+
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.
41+
42+
[`awsfirelens` documentation](https://github.com/aws/amazon-cloudwatch-logs-for-fluent-bit)
4143

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

0 commit comments

Comments
 (0)