metagov / gateway

An API gateway for online communities
https://docs.metagov.org/
MIT License
52 stars 16 forks source link

Improve logging and service monitoring #192

Open shaunagm opened 2 years ago

shaunagm commented 2 years ago

Two things would really be helpful in improving our reliability and making it easier for us to debug problems.

1) Hooking up to some kind of service that makes it easier to store and search logs. Right now it's incredibly cognitively difficult to skim the server logs.

2) Some kind of monitoring to see if services like celery are still running.

@PatelFarhaan's work on the docker container will hopefully address these.