codeforamerica / classifyr

A tool for aggregating and crowd-sourcing the classification emergency call data
MIT License
0 stars 1 forks source link

Set up logging service #17

Open ptrikutam opened 2 years ago

ptrikutam commented 2 years ago

Ideally this could be service that stores logs like Loggly, Datadog, Papertrail, etc, but at the very least we should be sending our logs to CloudWatch.

xdotcommer commented 2 years ago

Similar to error logs, not sure if necessary for initial MVP - trying to minimize infrastructure in general. That said, would love to know @jamesiarmes thoughts on anything that might be available with our planned AWS infra

ptrikutam commented 2 years ago

Sounds good. I can move this off of MVP status for now.

jamesiarmes commented 2 years ago

As long as we have logging in place, we can worry about hooking that up to a logging service. ECS and Fargate integrate with CloudWatch Logs so that will be a good start.