mirror of
https://github.com/openfaas/faas.git
synced 2025-06-19 04:26:35 +00:00
Make debugging less verbose
Signed-off-by: Alex Ellis <alexellis2@gmail.com>
This commit is contained in:
@ -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):]
|
||||
|
||||
|
Reference in New Issue
Block a user