Skip to content

Commit 6f01e6a

Browse files
highkerfacebook-github-bot
authored andcommitted
downgrade bootstrap log channel tracing (meta-pytorch#810)
Summary: Pull Request resolved: meta-pytorch#810 not an important log line; lower it to debug Reviewed By: zdevito Differential Revision: D79926027 fbshipit-source-id: b8c4db3fee6f2769430a82c32206f12a1b92cca7
1 parent 2f9d516 commit 6f01e6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hyperactor_mesh/src/logging.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -560,7 +560,7 @@ impl Actor for LogForwardActor {
560560
let log_channel: ChannelAddr = match std::env::var(BOOTSTRAP_LOG_CHANNEL) {
561561
Ok(channel) => channel.parse()?,
562562
Err(err) => {
563-
tracing::error!(
563+
tracing::debug!(
564564
"log forwarder actor failed to read env var {}: {}",
565565
BOOTSTRAP_LOG_CHANNEL,
566566
err

0 commit comments

Comments
 (0)