Lower log level of log in the RPC callpath

This commit is contained in:
Tim Kuehn
2022-08-12 09:02:17 -07:00
parent e3eac1b4f5
commit 453ba1c074

View File

@@ -129,7 +129,7 @@ impl<Req, Resp> Channel<Req, Resp> {
) -> Result<Resp, RpcError> {
let span = Span::current();
ctx.trace_context = trace::Context::try_from(&span).unwrap_or_else(|_| {
tracing::warn!(
tracing::trace!(
"OpenTelemetry subscriber not installed; making unsampled child context."
);
ctx.trace_context.new_child()