From 0b9a44a8794ad8d7a4dc94ef56c75749dabb353d Mon Sep 17 00:00:00 2001 From: Christian Schwarz Date: Wed, 29 Mar 2023 10:50:36 +0200 Subject: [PATCH] fix: structured logging of tenant_id Co-authored-by: Joonas Koivunen --- pageserver/src/disk_usage_eviction_task.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pageserver/src/disk_usage_eviction_task.rs b/pageserver/src/disk_usage_eviction_task.rs index 14a30a9631..f890111047 100644 --- a/pageserver/src/disk_usage_eviction_task.rs +++ b/pageserver/src/disk_usage_eviction_task.rs @@ -563,9 +563,9 @@ async fn collect_eviction_candidates( s } else { debug!( - "using max layer size {} for tenant {}", - max_layer_size, - tenant.tenant_id() + tenant_id=%tenant.tenant_id(), + max_layer_size, + "using max layer size as min_resident_size for tenant", ); max_layer_size };