diff options
Diffstat (limited to 'plugin/dnstap/setup.go')
-rw-r--r-- | plugin/dnstap/setup.go | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/plugin/dnstap/setup.go b/plugin/dnstap/setup.go index 11269b291..ee481fe11 100644 --- a/plugin/dnstap/setup.go +++ b/plugin/dnstap/setup.go @@ -6,14 +6,11 @@ import ( "github.com/coredns/coredns/core/dnsserver" "github.com/coredns/coredns/plugin" "github.com/coredns/coredns/plugin/dnstap/dnstapio" - clog "github.com/coredns/coredns/plugin/pkg/log" "github.com/coredns/coredns/plugin/pkg/parse" "github.com/caddyserver/caddy" ) -var log = clog.NewWithPlugin("dnstap") - func init() { plugin.Register("dnstap", wrapSetup) } func wrapSetup(c *caddy.Controller) error { |