mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-16 12:40:36 +00:00
demote warn line to info-level, as the log line in set_stopping() is also info!()
This should fix the faile regress tests that barked on allowed_errors
This commit is contained in:
@@ -292,7 +292,7 @@ pub async fn shutdown_all_tenants() {
|
||||
tenants_to_freeze_and_flush.push(tenant);
|
||||
}
|
||||
Err((tenant, SetStoppingError::Broken)) => {
|
||||
warn!("tenant is broken, so stopping failed, freeze_and_flush is likely going to make noise as well: {}", tenant.tenant_id);
|
||||
info!("tenant is broken, so stopping failed, freeze_and_flush is likely going to make noise as well: {}", tenant.tenant_id);
|
||||
tenants_to_freeze_and_flush.push(tenant);
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user