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,13 +2,14 @@ package main
import (
"fmt"
"log"
"math"
"os"
"os/exec"
"path"
"strconv"
"strings"
log "github.com/sirupsen/logrus"
)
func showStreamOfflineState(configuration Config) {