mirror of
https://github.com/fluencelabs/redis
synced 2025-03-18 08:30:51 +00:00
protocol error log should be seen debug/verbose level
This commit is contained in:
parent
0610cb6296
commit
6b953a2681
@ -983,7 +983,7 @@ int processInlineBuffer(redisClient *c) {
|
||||
/* Helper function. Trims query buffer to make the function that processes
|
||||
* multi bulk requests idempotent. */
|
||||
static void setProtocolError(redisClient *c, int pos) {
|
||||
if (server.verbosity >= REDIS_VERBOSE) {
|
||||
if (server.verbosity <= REDIS_VERBOSE) {
|
||||
sds client = catClientInfoString(sdsempty(),c);
|
||||
redisLog(REDIS_VERBOSE,
|
||||
"Protocol error from client: %s", client);
|
||||
|
Loading…
x
Reference in New Issue
Block a user