Skip to content

Commit

Permalink
Route cassandra_cpp logs -> log -> tracing (#849)
Browse files Browse the repository at this point in the history
  • Loading branch information
rukai authored Oct 24, 2022
1 parent fccf27c commit 331a09e
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 @@ -120,6 +120,7 @@ impl CassandraConnection {
match driver {
#[cfg(feature = "cassandra-cpp-driver-tests")]
CassandraDriver::Datastax => {
cassandra_cpp::set_log_logger();
let mut cluster = Cluster::default();
cluster.set_contact_points(contact_points).unwrap();
cluster.set_credentials("cassandra", "cassandra").unwrap();
Expand Down

0 comments on commit 331a09e

Please sign in to comment.