Get rid of logrus, it's TTY output is not friendly or human parseable if we will want users to send us logs.
This commit is contained in:
@@ -5,12 +5,11 @@ import (
|
||||
"compress/gzip"
|
||||
"encoding/json"
|
||||
"fmt"
|
||||
"log"
|
||||
"os"
|
||||
"sync"
|
||||
"time"
|
||||
|
||||
log "github.com/sirupsen/logrus"
|
||||
|
||||
"github.com/go-test/deep"
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user