diff --git a/crates/radicle-node/src/reactor.rs b/crates/radicle-node/src/reactor.rs index df337929..bb17a451 100644 --- a/crates/radicle-node/src/reactor.rs +++ b/crates/radicle-node/src/reactor.rs @@ -432,7 +432,7 @@ impl Runtime { let duration = Instant::now().duration_since(tick); if duration > LAG_TIMEOUT { - log::warn!(target: "reactor", "Service was busy {:?} which exceeds the timeout of {:?}", duration, LAG_TIMEOUT); + log::debug!(target: "reactor", "Service was busy {:?} which exceeds the timeout of {:?}", duration, LAG_TIMEOUT); } self.handle_actions(tick);