From f4f5669f21838a88543dfaf73d55a4259201d2aa Mon Sep 17 00:00:00 2001 From: Yiming Luo Date: Mon, 12 Jan 2026 12:58:11 -0500 Subject: [PATCH] [SLES-2652] Log error details when trace request fails (2) --- libdd-trace-utils/src/send_with_retry/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libdd-trace-utils/src/send_with_retry/mod.rs b/libdd-trace-utils/src/send_with_retry/mod.rs index cf8a7d6f2f..2031b45306 100644 --- a/libdd-trace-utils/src/send_with_retry/mod.rs +++ b/libdd-trace-utils/src/send_with_retry/mod.rs @@ -211,7 +211,7 @@ pub async fn send_with_retry( continue; } else { error!( - error = %e, + error = ?e, attempts = request_attempt, "Max retries exceeded, returning request error" );