mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2024-11-19 18:02:54 +01:00
Change BTC RPC log level (#4010)
This commit is contained in:
parent
52dcf51e82
commit
d2f53db82e
@ -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
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user