mirror of
https://github.com/coredns/coredns.git
synced 2025-11-02 10:13:14 -05:00
8 lines
115 B
Go
8 lines
115 B
Go
package xds
|
|
|
|
import (
|
|
clog "github.com/coredns/coredns/plugin/pkg/log"
|
|
)
|
|
|
|
var log = clog.NewWithPlugin("traffic")
|