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.
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.