We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b5f851 commit 6e4356cCopy full SHA for 6e4356c
hyperactor/src/mailbox/headers.rs
@@ -51,7 +51,7 @@ pub fn log_message_latency_if_sampling(headers: &Attrs, actor_id: String) {
51
}
52
53
if !headers.contains_key(SEND_TIMESTAMP) {
54
- tracing::warn!(
+ tracing::debug!(
55
actor_id = actor_id,
56
"SEND_TIMESTAMP missing from message headers, cannot measure latency"
57
);
hyperactor_telemetry/src/lib.rs
@@ -630,7 +630,7 @@ pub fn initialize_logging_with_log_prefix(
630
tracing::debug!("logging already initialized for this process: {}", err);
631
632
let exec_id = env::execution_id();
633
- tracing::debug!(
+ tracing::info!(
634
target: "execution",
635
execution_id = exec_id,
636
environment = %Env::current(),
0 commit comments