How can I configure ECS Fargate + Cloudwatch to include specific file location.
I have app-access.log
where my framework puts all of my access logs.
Cloudwatch currently consumes logs from my server command IO only. How can I tell ECS Fargate to use app-access.log
also.
PS. I am using Cloudformation.