telia-oss / terraform-aws-ecs-fargate

Terraform module which creates Fargate ECS resources on AWS.
https://registry.terraform.io/modules/telia-oss/ecs-fargate/aws
MIT License
82 stars 75 forks source link

feat: add support for log multiline pattern #48

Closed tcerda95 closed 3 years ago

tcerda95 commented 3 years ago

Add support for aws logs multiline pattern in the log configuration option of the container definition.

A new optional variable has been added, being this change completely backwards compatible.

larstobi commented 3 years ago

Thanks!

Documentation: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/using_awslogs.html

Also, note: awslogs-datetime-format always takes precedence if both awslogs-datetime-format and awslogs-multiline-pattern are configured.

tcerda95 commented 3 years ago

I just read this. Thank you merging and the heads up!