Change BTC RPC log level (#4010)

This commit is contained in:
rorp 2022-01-24 16:51:35 -08:00 committed by GitHub
parent 52dcf51e82
commit d2f53db82e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -349,7 +349,7 @@ object BitcoindRpcBackendUtil extends Logging {
Future.failed(new RuntimeException(
s"Bitcoind is at a block height ($count) before the wallet's ($prevCount)"))
} else {
logger.info(s"In sync $prevCount count=$count")
logger.debug(s"In sync $prevCount count=$count")
Future.unit
}
}