Skip to content

Commit 8f23e21

Browse files
LucasLLCfacebook-github-bot
authored andcommitted
downgrade message not delivered log (#286)
Summary: Pull Request resolved: #286 {F1979406377} Reviewed By: shayne-fletcher Differential Revision: D76820625 fbshipit-source-id: 9f86fc9977c34a4f8d745c266c5d1ab0a9b42537
1 parent 437df75 commit 8f23e21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hyperactor_mesh/src/proc_mesh/mesh_agent.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ impl Actor for MeshAgent {
138138
undelivered: Undeliverable<MessageEnvelope>,
139139
) -> Result<(), anyhow::Error> {
140140
let Undeliverable(ref envelope) = undelivered;
141-
tracing::info!("took charge of a message not delivered: {}", envelope);
141+
tracing::debug!("took charge of a message not delivered: {}", envelope);
142142

143143
let sender = envelope.sender().clone();
144144
if this.self_id() == &sender {

0 commit comments

Comments
 (0)