Downgrade sync and rpc warn logs (#1417)

* Downgrade sycn and rpc warn logs

* Correct warning
This commit is contained in:
Age Manning
2020-07-30 13:52:44 +10:00
committed by GitHub
parent febb300a2d
commit a37e75f44b
4 changed files with 36 additions and 36 deletions

View File

@@ -644,7 +644,7 @@ impl<T: BeaconChainTypes> SyncingChain<T> {
request_id: RequestId,
) -> Option<ProcessingResult> {
if let Some(batch) = self.pending_batches.remove(request_id) {
warn!(self.log, "Batch failed. RPC Error";
debug!(self.log, "Batch failed. RPC Error";
"chain_id" => self.id,
"id" => *batch.id,
"retries" => batch.retries,