Skip to content

Commit

Permalink
missed logger init (#889)
Browse files Browse the repository at this point in the history
  • Loading branch information
rukai authored Oct 31, 2022
1 parent 33f0c2d commit 3dcdda6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions shotover-proxy/tests/helpers/cassandra.rs
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,7 @@ impl CassandraConnection {
match driver {
#[cfg(feature = "cassandra-cpp-driver-tests")]
CassandraDriver::Datastax => {
cassandra_cpp::set_log_logger();
let ca_cert = read_to_string(ca_cert_path).unwrap();
let mut ssl = Ssl::default();
Ssl::add_trusted_cert(&mut ssl, &ca_cert).unwrap();
Expand Down

0 comments on commit 3dcdda6

Please sign in to comment.