Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cpp-rust-driver tests sometimes depend upon logs emitted by the driver. HeartbeatTests are on of them. Tests look for a following log: `logger_.add_critera("Heartbeat completed on host " + ccm_->get_ip_prefix());`. Before this commit, rust-driver was not emitting any logs in case of keepalive request success. I think it's not a bad idea to add a trace log here, considering that keepalive intervals are rather long (default is 30s). Obviously, the logger criteria will need to be adjusted in `cpp-rust-driver` tests as well.
- Loading branch information