diff --git a/http/status.go b/http/status.go index 0d55b47..c7fdf4f 100644 --- a/http/status.go +++ b/http/status.go @@ -7,5 +7,6 @@ import ( ) func statusHandler(w http.ResponseWriter, r *http.Request) { + lib.LogHTTP(r).Info("show status") lib.Write(w, "running") }