Adjust log level to ERROR

This commit is contained in:
Chris Stewart 2024-07-19 12:13:55 -05:00
parent 500460d7c0
commit 4acc15ac62
3 changed files with 3 additions and 3 deletions

View file

@ -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
}

View file

@ -867,7 +867,7 @@ class EclairRpcClient(
case None => base
}
// println(s"cmd=$cmd")
println(s"cmd=$cmd")
cmd
}

View file

@ -20,7 +20,7 @@
</encoder>
</appender>
<root level="OFF">
<root level="ERROR">
<appender-ref ref="FILE"/>
<appender-ref ref="STDOUT"/>
</root>