Configuring Rails Logging for Docker on Amazon ECS & Fargate
- by Emre Yilmaz
- Nov 14, 2018
- AWS • DevOps • Ruby on Rails • Amazon ECS • AWS Fargate • Amazon CloudWatch
When you dockerize a Ruby on Rails application on AWS, it is essential to configure logging correctly to monitor application health. There are some tweaks to achieve this and I will briefly describe the process in this blog post.
Firstly, let’s make a brief introduction to Docker along with its deployment options on AWS.
Continue reading the Configuring Rails Logging for Docker on Amazon ECS & Fargate blog post.