Change log (#564)

This commit is contained in:
KirillPamPam
2024-09-05 15:08:44 +04:00
committed by GitHub
parent eb72a43216
commit 3e0d40ff57

View File

@@ -46,7 +46,7 @@ open class GenericHead(
.subscribeOn(headScheduler)
.timeout(Defaults.timeout, Mono.error(Exception("Block data not received")))
.onErrorResume { err ->
log.error("Failed to fetch latest block: ${err.message} $upstreamId", err)
log.error("Failed to fetch the latest block of upstream {}, reason - {}", upstreamId, err.message)
Mono.empty()
}
}