From 1a3a9d1195fd056b2a3920ae1042d942c413cf44 Mon Sep 17 00:00:00 2001 From: Nicolas De loof Date: Thu, 7 Jan 2021 19:47:37 +0100 Subject: [PATCH] Update ecs-integration.md (#12058) * Update ecs-integration.md * Update ecs-integration.md * Minor update Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com> --- cloud/ecs-integration.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/cloud/ecs-integration.md b/cloud/ecs-integration.md index 2523e34759..2b4696b754 100644 --- a/cloud/ecs-integration.md +++ b/cloud/ecs-integration.md @@ -186,8 +186,9 @@ You can fine tune AWS CloudWatch Logs using extension field `x-aws-logs_retentio in your Compose file to set the number of retention days for log events. The default behavior is to keep logs forever. -You can also pass `awslogs` driver parameters to your container as standard -Compose file `logging.driver_opts` elements. +You can also pass `awslogs` +parameters to your container as standard +Compose file `logging.driver_opts` elements. See [AWS documentation](https://docs.amazonaws.cn/en_us/AmazonECS/latest/developerguide/using_awslogs.html){:target="_blank" rel="noopener" class="_"} for details on available log driver options. ## Private Docker images