1 ms. resolution for Tor logs

This commit is contained in:
rl1987
2018-11-13 11:15:40 +02:00
committed by Nick Mathewson
parent 9bbf7ec303
commit 4c4ed413ee
+1
View File
@@ -81,6 +81,7 @@ tor_process = subprocess.Popen([tor_path,
'-ControlPort', '127.0.0.1:{}'.format(control_port),
'-SOCKSPort', '127.0.0.1:{}'.format(socks_port),
'-Log', 'debug stdout',
'-LogTimeGranularity', '1',
'-FetchServerDescriptors', '0'],
stdout=subprocess.PIPE,
stderr=subprocess.PIPE)