bedstuystrong / automation_prime

0 stars 5 forks source link

GCP functions error monitoring #21

Open maybejustmaybe opened 3 years ago

maybejustmaybe commented 3 years ago

Errors get buried and never found again in GCP function logs. We should set up a system that posts errors in a slack channel for easy monitoring. This should channel should be a go to place for automation folks when debugging user reported issues.

Ideally we find a GCP + Slack plugin that does what we want it to. Otherwise, we can add a handler to our loggers that forwards log messages > logging.INFO to the slack channel.