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