Change test log level back to WARNING
This commit is contained in:
parent
5d688f1653
commit
6b5e17d734
|
@ -133,7 +133,7 @@ full_node:
|
|||
# How often to connect to introducer if we need to learn more peers
|
||||
introducer_connect_interval: 500
|
||||
# Continue trying to connect to more peers until this number of connections
|
||||
target_peer_count: 10
|
||||
target_peer_count: 15
|
||||
# Only connect to peers who we have heard about in the last recent_peer_threshold seconds
|
||||
recent_peer_threshold: 6000
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
[pytest]
|
||||
; logging options
|
||||
log_cli = 1
|
||||
log_level = INFO
|
||||
log_level = WARNING
|
||||
log_format = %(asctime)s %(name)s: %(levelname)s %(message)s
|
Loading…
Reference in New Issue