diff --git a/linera-core/src/chain_worker/actor.rs b/linera-core/src/chain_worker/actor.rs index 8310d4eca002..b6a3b9982ef8 100644 --- a/linera-core/src/chain_worker/actor.rs +++ b/linera-core/src/chain_worker/actor.rs @@ -309,7 +309,7 @@ where } /// Runs the worker until there are no more incoming requests. - #[instrument(skip(self))] + #[instrument(skip(self, request))] pub async fn handle_request(&mut self, request: ChainWorkerRequest) { // TODO(#2237): Spawn concurrent tasks for read-only operations let responded = match request {