From 62407ee834908c8ed63c65091fe7a7b89d81443c Mon Sep 17 00:00:00 2001 From: Bryan Stitt Date: Fri, 7 Jul 2023 16:24:45 -0700 Subject: [PATCH] more trace logging cleanup --- web3_proxy/src/stats/stat_buffer.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web3_proxy/src/stats/stat_buffer.rs b/web3_proxy/src/stats/stat_buffer.rs index 7002c848..775687fa 100644 --- a/web3_proxy/src/stats/stat_buffer.rs +++ b/web3_proxy/src/stats/stat_buffer.rs @@ -322,7 +322,7 @@ impl StatBuffer { .await { // TODO: if this errors, we throw away some of the pending stats! we should probably buffer them somewhere to be tried again - error!(?err, "unable to save {} tsdb stats!", batch_size); + error!(?err, batch_size, "unable to save tsdb stats!"); // TODO: we should probably wait a second to give errors a chance to settle }