From 0a386ee01c0f7730ee2bf40c491c6d410a58e9bf Mon Sep 17 00:00:00 2001 From: Alan J Castonguay Date: Mon, 17 Sep 2018 17:57:29 -0400 Subject: [PATCH] Reduce memcache logging by default Unless debugging the image data being cached in memcached, there is no value in recording all requests and responses between fluxd and memcached into the logs. Reduce the logging, but leave behind the comment in case someone needs it. --- deploy/memcache-dep.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/memcache-dep.yaml b/deploy/memcache-dep.yaml index b8dc3f490..0a8a0d17f 100644 --- a/deploy/memcache-dep.yaml +++ b/deploy/memcache-dep.yaml @@ -22,7 +22,7 @@ spec: args: - -m 64 # Maximum memory to use, in megabytes. 64MB is default. - -p 11211 # Default port, but being explicit is nice. - - -vv # This gets us to the level of request logs. + # - -vv # Uncomment to get logs of each request and response. ports: - name: clients containerPort: 11211