diff --git a/server/src/graphql.rs b/server/src/graphql.rs index 21e73b3..b1f74bc 100644 --- a/server/src/graphql.rs +++ b/server/src/graphql.rs @@ -291,7 +291,6 @@ impl QueryRoot { build_info::build_info!(fn bi); Ok(letterbox_shared::build_version(bi)) } - #[instrument(skip_all, fields(query=query))] #[instrument(skip_all, fields(query=query, rid=request_id()))] async fn count<'ctx>(&self, ctx: &Context<'ctx>, query: String) -> Result { let nm = ctx.data_unchecked::(); @@ -312,6 +311,7 @@ impl QueryRoot { info!("count {newsreader_query:?} newsreader count {newsreader_count} notmuch count {notmuch_count} tantivy count {tantivy_count} total {total}"); Ok(total) } + #[instrument(skip_all, fields(query=query, rid=request_id()))] async fn catchup<'ctx>( &self, ctx: &Context<'ctx>,