From b1e99beeca936bd43bb699cf0d32abc1c1ce8306 Mon Sep 17 00:00:00 2001 From: Geno Date: Thu, 30 Mar 2017 13:52:33 +0200 Subject: [PATCH] in status --- http/status.go | 1 + 1 file changed, 1 insertion(+) 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") }