mirror of
https://github.com/openfaas/faas.git
synced 2025-06-23 07:13:23 +00:00
Make debugging less verbose
Signed-off-by: Alex Ellis <alexellis2@gmail.com>
This commit is contained in:
@ -3,7 +3,7 @@ services:
|
|||||||
gateway:
|
gateway:
|
||||||
ports:
|
ports:
|
||||||
- 8080:8080
|
- 8080:8080
|
||||||
image: functions/gateway:0.6.16-rc1
|
image: functions/gateway:0.7.0
|
||||||
networks:
|
networks:
|
||||||
- functions
|
- functions
|
||||||
environment:
|
environment:
|
||||||
|
@ -30,7 +30,7 @@ func MakeForwardingProxyHandler(proxy *httputil.ReverseProxy, metrics *metrics.M
|
|||||||
|
|
||||||
forward := "/function/"
|
forward := "/function/"
|
||||||
if startsWith(uri, forward) {
|
if startsWith(uri, forward) {
|
||||||
log.Printf("function=%s", uri[len(forward):])
|
// log.Printf("function=%s", uri[len(forward):])
|
||||||
|
|
||||||
service := uri[len(forward):]
|
service := uri[len(forward):]
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user