Browse Source

Log everything from tor down to debug loglevel

rl1987 5 years ago
parent
commit
0bb25931dc
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/test/test_rebind.py

+ 1 - 0
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)