commit 4c4ed413ee5d865e46a5659c4f6b5b88f12f37b7 Author: rl1987 rl1987@sdf.lonestar.org Date: Tue Nov 13 11:15:40 2018 +0200
1 ms. resolution for Tor logs --- src/test/test_rebind.py | 1 + 1 file changed, 1 insertion(+)
diff --git a/src/test/test_rebind.py b/src/test/test_rebind.py index dfd0ccbcb..cab6aafbb 100644 --- a/src/test/test_rebind.py +++ b/src/test/test_rebind.py @@ -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)
tor-commits@lists.torproject.org