omega-gamers / ohms-discord-bot

The official bot of the omega gamers
0 stars 0 forks source link

Update Logger to be a Service that Talks to Stackdriver #5

Open sethicis opened 6 years ago

sethicis commented 6 years ago

Description

Currently all "logging" in the app is handled via the Go standard "log" library.

This request is for the creation of a separate logger package that will utilize GCP's stackdriver Go library. It will expose methods for logging warning, info, and critical messages.

Go Stackdriver library: https://cloud.google.com/logging/docs/setup/go

Implementation Details