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>
This commit is contained in:
Nicolas De loof 2021-01-07 19:47:37 +01:00 committed by GitHub
parent dfab099750
commit 1a3a9d1195
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -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 in your Compose file to set the number of retention days for log events. The
default behavior is to keep logs forever. default behavior is to keep logs forever.
You can also pass `awslogs` driver parameters to your container as standard You can also pass `awslogs`
Compose file `logging.driver_opts` elements. 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 ## Private Docker images