[tor-commits] [metrics-cloud/master] Remove excessive logging from exitscan py.

karsten at torproject.org karsten at torproject.org
Wed Apr 22 17:14:16 UTC 2020


commit 490a1375cdd68ffc3e61f0cd5a3a4a18dd80d9fa
Author: Karsten Loesing <karsten.loesing at gmx.net>
Date:   Wed Apr 22 17:24:43 2020 +0200

    Remove excessive logging from exitscan py.
    
    Fixes #33475.
---
 ansible/roles/exit-scanner/files/exitscan.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/ansible/roles/exit-scanner/files/exitscan.py b/ansible/roles/exit-scanner/files/exitscan.py
index 33fdf22..24374ce 100644
--- a/ansible/roles/exit-scanner/files/exitscan.py
+++ b/ansible/roles/exit-scanner/files/exitscan.py
@@ -63,7 +63,6 @@ def run():
         scantimer = threading.Timer(7200, kill, [p])
         scantimer.start()
         for line in p.stdout:
-            print(line)
             result = re.match(
                 r"^([0-9]{4}-[0-9]{2}-[0-9]{2} [0-9]{2}:[0-9]{2}:[0-9]{2}),[0-9]{3} modules\.ipscan \[INFO\] (\{.*\})$",
                 line)



More information about the tor-commits mailing list