summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authordormando <dormando@rydia.net>2022-04-06 16:59:18 -0700
committerdormando <dormando@rydia.net>2022-04-08 13:19:26 -0700
commit43a5d6832bce062587c9c088797f0eec46c1ded8 (patch)
treedc38f8278bb90a63a0d00e9fdb7da139565b97dd /doc
parent88e7960d21865d48f68b2463515dedde66cd9ae8 (diff)
downloadmemcached-43a5d6832bce062587c9c088797f0eec46c1ded8.tar.gz
proxy: replace proxycmds stream with proxyreqs
delete the magic logging and require mcp.log_req* be used if you want those types of entries to appear. keeps a separate data stream from "proxyuser" just in case that's useful. proxycmds wasn't able to get enough context to autogenerate useful log lines, so I'd rather not have it in there at all.
Diffstat (limited to 'doc')
-rw-r--r--doc/protocol.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/protocol.txt b/doc/protocol.txt
index 3b220e3..2f17415 100644
--- a/doc/protocol.txt
+++ b/doc/protocol.txt
@@ -1177,7 +1177,7 @@ The arguments are:
address IP and port. Connection close events additionally supply a reason for
closing the connection.
-- "proxycmds": Emits detailed timing logs about requests/responses being
+- "proxyreqs": Emits detailed timing logs about requests/responses being
returned to a client while in proxy mode. The conditions which logs are
written here may be influenced by configuration.