Make debugging less verbose

Signed-off-by: Alex Ellis <alexellis2@gmail.com>
This commit is contained in:
Alex Ellis
2018-02-01 09:37:05 +00:00
parent 0bdf8e783c
commit ff9f7a5541
2 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ func MakeForwardingProxyHandler(proxy *httputil.ReverseProxy, metrics *metrics.M
forward := "/function/"
if startsWith(uri, forward) {
log.Printf("function=%s", uri[len(forward):])
// log.Printf("function=%s", uri[len(forward):])
service := uri[len(forward):]