Standardize logging format

This commit is contained in:
Gabe Kangas
2020-06-17 16:29:47 -07:00
parent 375be379b6
commit e3d84f37ac
6 changed files with 13 additions and 9 deletions

View File

@@ -3,7 +3,8 @@ package main
import (
"fmt"
"io/ioutil"
"log"
log "github.com/sirupsen/logrus"
"gopkg.in/yaml.v2"
)