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

@@ -2,10 +2,11 @@ package main
import (
"fmt"
"log"
"net/http"
"time"
log "github.com/sirupsen/logrus"
"golang.org/x/net/websocket"
)