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

Commit 839fc5a

Browse files
authored
Merge pull request #68 from TheTorProject/55_improve_logging_options
Improve logging options, merge bwauth torrc options
2 parents 943e003 + 240942b commit 839fc5a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

bwscanner/attacher.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,9 @@ def connect_to_tor(launch_tor, circuit_build_timeout, control_port=None,
151151
'FetchUselessDescriptors': 1,
152152
'FetchDirInfoEarly': 1,
153153
'FetchDirInfoExtraEarly': 1,
154+
'SafeLogging': 0,
155+
'LogTimeGranularity': 1,
156+
'DisableDebuggerAttachment': 0,
154157
}
155158

156159
if tor_overrides:

0 commit comments

Comments
 (0)