raise log level

This commit is contained in:
Bryan Stitt 2023-06-28 21:38:57 -07:00
parent 0c389e43b4
commit d0e77237fa

View File

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