changed to logrus

This commit is contained in:
Andrey Meshkov
2018-12-24 15:27:14 +03:00
parent e711f6e5fe
commit 0a977fee87
6 changed files with 34 additions and 19 deletions

View File

@@ -3,7 +3,6 @@ package dnsforward
import (
"encoding/json"
"fmt"
"log"
"net/http"
"strconv"
"strings"
@@ -12,6 +11,7 @@ import (
"github.com/AdguardTeam/AdGuardHome/dnsfilter"
"github.com/miekg/dns"
log "github.com/sirupsen/logrus"
)
const (