TylerBrock / saw

Fast, multi-purpose tool for AWS CloudWatch Logs
MIT License
1.4k stars 77 forks source link

Make it more palatable for ECS environments #29

Open vagmi opened 5 years ago

vagmi commented 5 years ago

ECS creates log stream per container and the current watch method takes about 2 minutes in my environment to get log streams. Since ECS creates log group per task, I added a --recent flag to find streams based on EventTime.

TylerBrock commented 5 years ago

This is great! Apologizes, I've been busy and haven't gotten a chance to look at this yet. I'll try and review the code soon. Thanks for contributing.