From 381ca20a05f2fd2acff38d870a72c0aed97866e9 Mon Sep 17 00:00:00 2001 From: Gordon Pham-Nguyen Date: Thu, 6 Jun 2024 11:55:11 -0400 Subject: [PATCH 1/2] Add awsfirelens log driver to example documentation --- examples/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/examples/README.md b/examples/README.md index 493bf86..9754ecf 100644 --- a/examples/README.md +++ b/examples/README.md @@ -8,7 +8,9 @@ With Docker images, using the `awslogs` log driver will send your container logs ## ECS and Fargate -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. +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. + +[`awsfirelens` documentation](https://github.com/aws/amazon-cloudwatch-logs-for-fluent-bit) [ECS documentation on `awslogs` log driver](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/using_awslogs.html) From 74497fc75b4495bccf8ecdc9633c2b5ecb2d7124 Mon Sep 17 00:00:00 2001 From: Gordon Pham-Nguyen Date: Thu, 6 Jun 2024 18:44:52 -0400 Subject: [PATCH 2/2] Fix extra whitespace --- examples/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/README.md b/examples/README.md index 9754ecf..4527755 100644 --- a/examples/README.md +++ b/examples/README.md @@ -8,7 +8,7 @@ With Docker images, using the `awslogs` log driver will send your container logs ## ECS and Fargate -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. +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. [`awsfirelens` documentation](https://github.com/aws/amazon-cloudwatch-logs-for-fluent-bit)