Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Commit

Permalink
Reduce memcache logging by default
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
ellieayla authored Sep 17, 2018
1 parent ba23f3d commit 0a386ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/memcache-dep.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 0a386ee

Please sign in to comment.