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,10 +3,11 @@ package main
import (
"bytes"
"io"
"log"
"os"
"syscall"
log "github.com/sirupsen/logrus"
"github.com/pkg/errors"
"github.com/yutopp/go-flv"
flvtag "github.com/yutopp/go-flv/tag"