this is warn, not an error

This commit is contained in:
Bryan Stitt 2023-07-07 12:21:25 -07:00
parent f6337ce940
commit f6fea1541b

View File

@ -355,7 +355,7 @@ impl CacheMode {
cache_errors: true,
}),
Err(err) => {
error!(%method, ?params, ?err, "could not get block from params");
warn!(%method, ?params, ?err, "could not get block from params");
Ok(CacheMode::Cache {
block: head_block.into(),
cache_errors: true,