Skip to content

Commit 0320531

Browse files
committed
Quiet down the missing SyncRequest messages
1 parent 90ea419 commit 0320531

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

trinity/utils/logging.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ def setup_queue_logging(log_queue: 'Queue[str]', level: int) -> None:
9898
logging.getLogger('p2p.kademlia').setLevel(logging.INFO)
9999
logging.getLogger('p2p.discovery').setLevel(logging.INFO)
100100
logging.getLogger('p2p.state.StateSync').setLevel(logging.INFO)
101+
logging.getLogger('trie').setLevel(logging.ERROR)
101102
logger.debug('Logging initialized: PID=%s', os.getpid())
102103

103104

0 commit comments

Comments
 (0)