mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-18 13:40:55 -04:00
Remove request field from Client::keys_upload tracing span
It results in a lot of log noise for initial syncs.
This commit is contained in:
@@ -338,7 +338,7 @@ impl Client {
|
||||
/// Panics if the client isn't logged in, or if no encryption keys need to
|
||||
/// be uploaded.
|
||||
#[cfg(feature = "encryption")]
|
||||
#[instrument(skip(self))]
|
||||
#[instrument(skip(self, request))]
|
||||
pub(crate) async fn keys_upload(
|
||||
&self,
|
||||
request_id: &TransactionId,
|
||||
|
||||
Reference in New Issue
Block a user