Skip to content

Commit 1c24ca0

Browse files
authored
Merge pull request scylladb#1092 from muzarski/trace-keepalive-success
keepalive: trace in case of success
2 parents f9a3635 + 3a0ca2e commit 1c24ca0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

scylla/src/transport/connection.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1839,6 +1839,11 @@ impl Connection {
18391839
);
18401840
return Err(err);
18411841
}
1842+
1843+
trace!(
1844+
"Keepalive request successful on connection to node {}",
1845+
node_address
1846+
);
18421847
}
18431848
} else {
18441849
// No keepalives are to be sent.

0 commit comments

Comments
 (0)