mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2025-03-13 11:35:40 +01:00
Adjust log level to ERROR
This commit is contained in:
parent
500460d7c0
commit
4acc15ac62
3 changed files with 3 additions and 3 deletions
|
@ -147,7 +147,7 @@ trait Client
|
|||
logger.debug(
|
||||
s"starting bitcoind with datadir ${local.datadir} and binary path $binaryPath"
|
||||
)
|
||||
// println(s"cmd=$cmd")
|
||||
println(s"cmd=$cmd")
|
||||
cmd
|
||||
|
||||
}
|
||||
|
|
|
@ -867,7 +867,7 @@ class EclairRpcClient(
|
|||
case None => base
|
||||
}
|
||||
|
||||
// println(s"cmd=$cmd")
|
||||
println(s"cmd=$cmd")
|
||||
cmd
|
||||
}
|
||||
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
</encoder>
|
||||
</appender>
|
||||
|
||||
<root level="OFF">
|
||||
<root level="ERROR">
|
||||
<appender-ref ref="FILE"/>
|
||||
<appender-ref ref="STDOUT"/>
|
||||
</root>
|
||||
|
|
Loading…
Add table
Reference in a new issue