diff --git a/src/device/input/parse/v01/server.go b/src/device/input/parse/v01/server.go index 9a825e4..47b5487 100644 --- a/src/device/input/parse/v01/server.go +++ b/src/device/input/parse/v01/server.go @@ -30,6 +30,7 @@ func (v01 *V01) _listen() { s := &http.Server{ Addr: v01.cfg.Feedback.Addr, Handler: http.HandlerFunc(func(w http.ResponseWriter, r *http.Request) { + log.Printf("%s", r.URL.String()) v01.cfg.lock.Lock() defer v01.cfg.lock.Unlock() if r.Method == http.MethodGet {