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:
@@ -3,12 +3,11 @@ package dnsforward
|
||||
import (
|
||||
"encoding/json"
|
||||
"fmt"
|
||||
"log"
|
||||
"net/http"
|
||||
"sync"
|
||||
"time"
|
||||
|
||||
log "github.com/sirupsen/logrus"
|
||||
|
||||
"github.com/AdguardTeam/AdGuardHome/dnsfilter"
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user