mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 22:58:50 +01:00
1 ms. resolution for Tor logs
This commit is contained in:
parent
9bbf7ec303
commit
4c4ed413ee
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue