aboutsummaryrefslogtreecommitdiff
path: root/test/log_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/log_test.go')
-rw-r--r--test/log_test.go5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/log_test.go b/test/log_test.go
new file mode 100644
index 000000000..51d972d5a
--- /dev/null
+++ b/test/log_test.go
@@ -0,0 +1,5 @@
+package test
+
+import clog "github.com/coredns/coredns/plugin/pkg/log"
+
+func init() { clog.Discard() }