airq-dev / hazebot

Building the 411 for air quality in the United States: a texting platform accessible to all, that provides actionable local information to protect your and your community.
https://www.hazebot.org/
MIT License
9 stars 1 forks source link

Use ELK stack for logging #150

Open ianhoffman opened 4 years ago

ianhoffman commented 4 years ago

Right now we do our own custom logging in Postgres. This is nice because we can use these events for business logic, but it won't scale. We should at some point switch to using a "real" logging solution. I think using the ELK stack would make sense because integration with AWS is easy.

ianhoffman commented 3 years ago

Is this overkill?