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

Commit

Permalink
Merge pull request #1369 from alanjcastonguay/patch-1
Browse files Browse the repository at this point in the history
Reduce memcache logging by default
  • Loading branch information
squaremo committed Sep 26, 2018
1 parent a41dd38 commit 302aeef
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 302aeef

Please sign in to comment.