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

@@ -11,10 +11,11 @@ package main
import (
"encoding/json"
"io/ioutil"
"log"
"math"
"os"
"time"
log "github.com/sirupsen/logrus"
)
type Stats struct {