diff --git a/benches/gossips.rs b/benches/gossips.rs index 396289a..b7fd1e1 100644 --- a/benches/gossips.rs +++ b/benches/gossips.rs @@ -52,7 +52,6 @@ fn gossip_poi_bench(c: &mut Criterion) { server_port: None, log_format: String::from("pretty"), persistence_file_path: None, - log_format: String::from("pretty"), }); _ = black_box(CONFIG.set(Arc::new(SyncMutex::new(config)))); diff --git a/src/operation.rs b/src/operation.rs index cca57a0..215fb1b 100644 --- a/src/operation.rs +++ b/src/operation.rs @@ -403,7 +403,7 @@ pub async fn compare_poi( ); } Err(e) => { - warn!(err = tracing::field::debug(&e), "Compare handles"); + trace!(err = tracing::field::debug(&e), "Compare handles"); compare_ops.push(Err(e.clone_with_inner())); } }