From 65d44b3bde50bb6df2263599a7ea4b26f4526e4e Mon Sep 17 00:00:00 2001 From: suo Date: Wed, 16 Jul 2025 21:55:48 -0700 Subject: [PATCH] [monarch] downgrade heartbeat log Differential Revision: [D78465500](https://our.internmc.facebook.com/intern/diff/D78465500/) **NOTE FOR REVIEWERS**: This PR has internal Meta-specific changes or comments, please review them on [Phabricator](https://our.internmc.facebook.com/intern/diff/D78465500/)! [ghstack-poisoned] --- hyperactor_mesh/src/alloc/process.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}"); } } },