Unverified Commit e2b12517 authored by Biswa Panda's avatar Biswa Panda Committed by GitHub
Browse files

chore: reduce verbosity during dynamo start (#5518)

parent b0959cfd
......@@ -86,9 +86,6 @@ impl EndpointConfigBuilder {
let system_health = endpoint.drt().system_health();
let request_plane_mode = endpoint.drt().request_plane();
tracing::info!("Endpoint starting with request plane mode: {request_plane_mode}",);
// Register with graceful shutdown tracker if needed
if graceful_shutdown {
tracing::debug!(
......@@ -140,7 +137,7 @@ impl EndpointConfigBuilder {
}
}
tracing::info!(
tracing::debug!(
endpoint = %endpoint_name_for_task,
transport = server.transport_name(),
"Registering endpoint with request plane server"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment