fix: structured logging of tenant_id

Co-authored-by: Joonas Koivunen <joonas@neon.tech>
This commit is contained in:
Christian Schwarz
2023-03-29 10:50:36 +02:00
committed by GitHub
parent a6f9ebf178
commit 0b9a44a879

View File

@@ -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
};