logs improved

pull/4944/head
Nikita Koksharov 2 years ago
parent f788d5a9fe
commit 894092e658

@ -308,8 +308,8 @@ public class RedisExecutor<V, R> {
attempt++; attempt++;
if (log.isDebugEnabled()) { if (log.isDebugEnabled()) {
log.debug("attempt {} for command {} and params {}", log.debug("attempt {} for command {} and params {} to {}",
attempt, command, LogHelper.toString(params)); attempt, command, LogHelper.toString(params), source);
} }
mainPromiseListener = null; mainPromiseListener = null;
@ -387,8 +387,8 @@ public class RedisExecutor<V, R> {
connectionManager.getServiceManager().newTimeout(t -> { connectionManager.getServiceManager().newTimeout(t -> {
attempt++; attempt++;
if (log.isDebugEnabled()) { if (log.isDebugEnabled()) {
log.debug("attempt {} for command {} and params {}", log.debug("response timeout. new attempt {} for command {} and params {} node {}",
attempt, command, LogHelper.toString(params)); attempt, command, LogHelper.toString(params), source);
} }
mainPromiseListener = null; mainPromiseListener = null;

Loading…
Cancel
Save