From 1732566748fffc651354215fbd55b58841fb8c72 Mon Sep 17 00:00:00 2001 From: "Alex Ellis (OpenFaaS Ltd)" Date: Tue, 24 Dec 2019 19:50:43 +0000 Subject: [PATCH] Explicitly turn off write_debug for queue-worker Signed-off-by: Alex Ellis (OpenFaaS Ltd) --- cmd/up.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/up.go b/cmd/up.go index 3d9adfa..882f81c 100644 --- a/cmd/up.go +++ b/cmd/up.go @@ -137,7 +137,7 @@ func makeServiceDefinitions(archSuffix string) []pkg.Service { "faas_gateway_address=gateway", "ack_wait=5m5s", "max_inflight=1", - "faas_print_body=true", + "write_debug=false", }, Image: "docker.io/openfaas/queue-worker:0.9.0", Mounts: []pkg.Mount{},