actually import info level

This commit is contained in:
Bryan Stitt 2023-06-23 22:54:02 -07:00
parent 6edf1a5c1b
commit ac4b7e46b4

View File

@ -20,7 +20,7 @@ use std::sync::{atomic, Arc};
use std::time::Duration;
use tokio::sync::broadcast;
use tokio::time::Instant;
use tracing::{debug, enabled, trace, warn, Level};
use tracing::{debug, enabled, info, trace, warn, Level};
#[derive(Clone, Serialize)]
struct ConsensusRpcData {