lower log level
This commit is contained in:
parent
30d4da6594
commit
678cd8067b
@ -883,7 +883,11 @@ impl Web3Rpc {
|
||||
broadcast::error::RecvError::Lagged(lagged) => {
|
||||
// querying the block was delayed
|
||||
// this can happen if tokio is very busy or waiting for requests limits took too long
|
||||
warn!("http interval on {} lagging by {}!", self, lagged);
|
||||
if self.backup {
|
||||
debug!("http interval on {} lagging by {}!", self, lagged);
|
||||
} else {
|
||||
warn!("http interval on {} lagging by {}!", self, lagged);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user