mirror of
https://github.com/Qortal/qortal.git
synced 2025-02-11 17:55:50 +00:00
Suppress extraneous bitcoinj logging output
This commit is contained in:
parent
fa08041696
commit
fbb73ee88e
@ -6,6 +6,10 @@ property.filename = ${sys:log4j2.filenameTemplate:-log.txt}
|
|||||||
rootLogger.appenderRef.console.ref = stdout
|
rootLogger.appenderRef.console.ref = stdout
|
||||||
rootLogger.appenderRef.rolling.ref = FILE
|
rootLogger.appenderRef.rolling.ref = FILE
|
||||||
|
|
||||||
|
# Suppress extraneous bitcoinj library output
|
||||||
|
logger.bitcoinj.name = org.bitcoinj
|
||||||
|
logger.bitcoinj.level = error
|
||||||
|
|
||||||
# Override HSQLDB logging level to "warn" as too much is logged at "info"
|
# Override HSQLDB logging level to "warn" as too much is logged at "info"
|
||||||
logger.hsqldb.name = hsqldb.db
|
logger.hsqldb.name = hsqldb.db
|
||||||
logger.hsqldb.level = warn
|
logger.hsqldb.level = warn
|
||||||
|
Loading…
x
Reference in New Issue
Block a user