# System Logging

Date: 2020-04-04

# Scope

Logging and error monitoring

# Status

Accepted

# Context

Need a tool for storing server logs and monitoring errors.

# Decision

  • Logs are sent to GCP Stackdriver: https://console.cloud.google.com/logs/

These logs include general information, warnings and also errors.

  • Errors are also sent to Sentry: https://sentry.io/organizations/white-rabbit/issues/

Sentry gives more insights about errors so it is a nice complementary tool to Stackdriver. Also, it gets frontend errors via Vue-Sentry integration. These are not sent to Stackdriver.

# Consequences

Last updated: 4/6/2020, 12:00:27 PM