Change test log level back to WARNING

This commit is contained in:
Mariano Sorgente
2020-07-16 13:05:43 -07:00
committed by Gene Hoffman
parent 5d688f1653
commit 6b5e17d734
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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 -1
View File
@@ -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