Skip to content
This repository was archived by the owner on Mar 2, 2022. It is now read-only.

Commit 3983641

Browse files
committed
Do not log consesus when debugging, as it is too big
1 parent 64f5774 commit 3983641

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bwscanner/attacher.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ def wait_for_newconsensus(tor_state):
126126
got_consensus = defer.Deferred()
127127

128128
def got_newconsensus(event):
129-
log.debug("Got NEWCONSENSUS event: {event}", event=event)
129+
log.debug("Got NEWCONSENSUS event.")
130130
got_consensus.callback(event)
131131
tor_state.protocol.remove_event_listener('NEWCONSENSUS', got_newconsensus)
132132

0 commit comments

Comments
 (0)