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 (
"bytes"
"fmt"
"log"
"net/http"
"os"
"path"
@@ -14,6 +13,8 @@ import (
"sync"
"time"
log "github.com/sirupsen/logrus"
"github.com/bluele/gcache"
"github.com/miekg/dns"
)