From 1ed8cf2373947baae7ea353bc455646a1a5f0297 Mon Sep 17 00:00:00 2001 From: Andre Date: Thu, 27 Jun 2019 15:23:18 +0100 Subject: [PATCH] Remove logging --- container-entrypoint | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/container-entrypoint b/container-entrypoint index fa312fe..e387a9c 100755 --- a/container-entrypoint +++ b/container-entrypoint @@ -11,7 +11,7 @@ if [ -n "${MEMCACHED_MAX_CONNECTIONS}" ]; then fi # include logging -OPTIONS+=" -vv >> /var/log/memcached 2>&1" +# OPTIONS+=" -vv >> /var/log/memcached 2>&1" set -eu cmd="$1"; shift