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:
Jonas Platte
2022-03-17 14:26:28 +01:00
parent 7b8568f5c8
commit 5b5e13fe2c

View File

@@ -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,