Oz Tiram преди 4 години
родител
ревизия
6482b16fbe
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      example.go

+ 1 - 0
example.go

@@ -36,6 +36,7 @@ func (e Example) ServeDNS(ctx context.Context, w dns.ResponseWriter, r *dns.Msg)
 
 	// Debug log that we've have seen the query. This will only be shown when the debug plugin is loaded.
 	state := request.Request{W: w, Req: r}
+	log.Debug(state)
 	log.Debug("Received response")
 
 	// Wrap.