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 d72727c commit 73d6fd1Copy full SHA for 73d6fd1
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
@@ -656,7 +656,7 @@ pub fn initialize_logging_with_log_prefix(
656
tracing::debug!("logging already initialized for this process: {}", err);
657
658
let exec_id = env::execution_id();
659
- tracing::debug!(
+ tracing::info!(
660
target: "execution",
661
execution_id = exec_id,
662
environment = %Env::current(),
0 commit comments