diff --git a/src/worker.rs b/src/worker.rs index 81e2dcf..fd360a6 100644 --- a/src/worker.rs +++ b/src/worker.rs @@ -220,6 +220,7 @@ impl Worker { #[cfg_attr( feature = "telemetry", tracing::instrument( + level = "debug", name = "durable.worker.claim_tasks", skip(pool), fields(queue = %queue_name, worker_id = %worker_id, count = count)