mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2025-02-22 06:31:55 +01:00
Change BTC RPC log level (#4010)
This commit is contained in:
parent
52dcf51e82
commit
d2f53db82e
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue