mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2025-03-13 19:37:30 +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(
|
logger.debug(
|
||||||
s"starting bitcoind with datadir ${local.datadir} and binary path $binaryPath"
|
s"starting bitcoind with datadir ${local.datadir} and binary path $binaryPath"
|
||||||
)
|
)
|
||||||
// println(s"cmd=$cmd")
|
println(s"cmd=$cmd")
|
||||||
cmd
|
cmd
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -867,7 +867,7 @@ class EclairRpcClient(
|
||||||
case None => base
|
case None => base
|
||||||
}
|
}
|
||||||
|
|
||||||
// println(s"cmd=$cmd")
|
println(s"cmd=$cmd")
|
||||||
cmd
|
cmd
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -20,7 +20,7 @@
|
||||||
</encoder>
|
</encoder>
|
||||||
</appender>
|
</appender>
|
||||||
|
|
||||||
<root level="OFF">
|
<root level="ERROR">
|
||||||
<appender-ref ref="FILE"/>
|
<appender-ref ref="FILE"/>
|
||||||
<appender-ref ref="STDOUT"/>
|
<appender-ref ref="STDOUT"/>
|
||||||
</root>
|
</root>
|
||||||
|
|
Loading…
Add table
Reference in a new issue