We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3957351 commit 8fb41d0Copy full SHA for 8fb41d0
1 file changed
remoc/src/chmux/mux.rs
@@ -624,7 +624,7 @@ where
624
///
625
/// The dispatcher terminates when the client, server and all channels have been dropped or
626
/// the transport is closed.
627
- #[tracing::instrument(name = "remoc::chmux", level = "info", skip_all, ret)]
+ #[tracing::instrument(name = "remoc::chmux", level = "debug", skip_all, ret)]
628
pub async fn run(mut self) -> Result<(), ChMuxError<TransportSinkError, TransportStreamError>> {
629
let mut transport_sink = self.transport_sink.take().unwrap();
630
let mut transport_stream = self.transport_stream.take().unwrap();
0 commit comments