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