raise log level
This commit is contained in:
parent
0c389e43b4
commit
d0e77237fa
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user