problem: unnecessary noise in logs
This commit is contained in:
@@ -58,7 +58,6 @@ class StreamHead(
|
|||||||
}
|
}
|
||||||
|
|
||||||
private fun onBlock(chain: Chain, block: BlockJson<TransactionId>) {
|
private fun onBlock(chain: Chain, block: BlockJson<TransactionId>) {
|
||||||
log.info("New block ${block.number} on ${chain.chainCode}")
|
|
||||||
upstreams.getUpstream(chain)?.let { up ->
|
upstreams.getUpstream(chain)?.let { up ->
|
||||||
UpstreamServices.onceOk(up).subscribe {avail ->
|
UpstreamServices.onceOk(up).subscribe {avail ->
|
||||||
if (avail) {
|
if (avail) {
|
||||||
|
|||||||
Reference in New Issue
Block a user