This commit is contained in:
Miek Gieben
2016-10-27 11:48:37 +00:00
parent 7ce7100122
commit 94dc28646d
18 changed files with 21 additions and 3 deletions

View File

@@ -64,6 +64,7 @@ func (l Logger) ServeDNS(ctx context.Context, w dns.ResponseWriter, r *dns.Msg)
return l.Next.ServeDNS(ctx, w, r)
}
// Name implements the Handler interface.
func (l Logger) Name() string { return "log" }
// Rule configures the logging middleware.