Merge branch 'tracing-cleanup' into 'next'

Remove unnecessary tracing::instrument attributes

See merge request famedly/conduit!302
This commit is contained in:
Timo Kösters 2022-02-12 15:50:24 +00:00
commit 2b644ef7b7
38 changed files with 9 additions and 180 deletions

View file

@ -54,7 +54,6 @@ use tracing::error;
///
/// - Sync is handled in an async task, multiple requests from the same device with the same
/// `since` will be cached
#[tracing::instrument(skip(db, body))]
pub async fn sync_events_route(
db: DatabaseGuard,
body: Ruma<sync_events::Request<'_>>,