mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-16 20:50:37 +00:00
fix: structured logging of tenant_id
Co-authored-by: Joonas Koivunen <joonas@neon.tech>
This commit is contained in:
committed by
GitHub
parent
a6f9ebf178
commit
0b9a44a879
@@ -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
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user