mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2025-02-22 14:33:06 +01:00
Remove hard coded log level in test app config (#757)
* Remove hard coded log level in test app config * Change log level in default reference.conf to WARN so we have the same log level as before
This commit is contained in:
parent
74a44d1c4d
commit
09ebdcea66
2 changed files with 1 additions and 7 deletions
|
@ -3,7 +3,7 @@ bitcoin-s {
|
|||
network = regtest # regtest, testnet3, mainnet
|
||||
|
||||
logging {
|
||||
level = INFO # trace, debug, info, warn, error, off
|
||||
level = WARN # trace, debug, info, warn, error, off
|
||||
|
||||
# You can also tune specific module loggers.
|
||||
# They each take the same levels as above.
|
||||
|
|
|
@ -18,9 +18,6 @@ object BitcoinSTestAppConfig {
|
|||
val overrideConf = ConfigFactory.parseString {
|
||||
"""
|
||||
|bitcoin-s {
|
||||
| logging {
|
||||
| level = WARN
|
||||
| }
|
||||
| node {
|
||||
| mode = spv
|
||||
| }
|
||||
|
@ -35,9 +32,6 @@ object BitcoinSTestAppConfig {
|
|||
val overrideConf = ConfigFactory.parseString {
|
||||
"""
|
||||
|bitcoin-s {
|
||||
| logging {
|
||||
| level = WARN
|
||||
| }
|
||||
| node {
|
||||
| mode = neutrino
|
||||
| }
|
||||
|
|
Loading…
Add table
Reference in a new issue