diff --git a/hyperactor_mesh/src/alloc/process.rs b/hyperactor_mesh/src/alloc/process.rs index 64201cad..798fb77e 100644 --- a/hyperactor_mesh/src/alloc/process.rs +++ b/hyperactor_mesh/src/alloc/process.rs @@ -452,7 +452,7 @@ impl Alloc for ProcessAlloc { }); } Process2AllocatorMessage::Heartbeat => { - tracing::debug!("recv heartbeat from {index}"); + tracing::trace!("recv heartbeat from {index}"); } } },