refactor(server): Replace log calls with logrus
This introduces a structured logging library that can be used (next step) to attach additional metadata to log entries.
This commit is contained in:
parent
d9b329ef59
commit
f4bf3518f6
8 changed files with 17 additions and 7 deletions
|
|
@ -19,10 +19,10 @@ package config
|
|||
|
||||
import (
|
||||
"io/ioutil"
|
||||
"log"
|
||||
"os"
|
||||
|
||||
"cloud.google.com/go/storage"
|
||||
log "github.com/sirupsen/logrus"
|
||||
)
|
||||
|
||||
// Load (optional) GCS bucket signing data from the GCS_SIGNING_KEY and
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue