mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-17 05:00:38 +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
0b9a44a879
commit
9a55e4f909
@@ -556,9 +556,9 @@ async fn collect_eviction_candidates(
|
||||
// A default override can be put in the default tenant conf in the pageserver.toml.
|
||||
let min_resident_size = if let Some(s) = tenant.get_min_resident_size_override() {
|
||||
debug!(
|
||||
"using overridden min resident size {} for tenant {}",
|
||||
s,
|
||||
tenant.tenant_id()
|
||||
tenant_id=%tenant.tenant_id(),
|
||||
override=s,
|
||||
"using overridden min resident size for tenant"
|
||||
);
|
||||
s
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user