commit 0bb25931dc620fd4b96146d11144bee3754c077f
Author: rl1987 <rl1...@sdf.lonestar.org>
Date:   Sun Nov 4 19:01:00 2018 +0200

    Log everything from tor down to debug loglevel
---
 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 64eba14f0..dfd0ccbcb 100644
--- a/src/test/test_rebind.py
+++ b/src/test/test_rebind.py
@@ -80,6 +80,7 @@ tor_path = sys.argv[1]
 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',
                                '-FetchServerDescriptors', '0'],
                                stdout=subprocess.PIPE,
                                stderr=subprocess.PIPE)



_______________________________________________
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits

Reply via email to