commit 3670fe061278c934ff57c3ba3c9ba457f276ad9a
Author: Damian Johnson <[email protected]>
Date:   Mon May 27 15:52:51 2019 -0700

    Log at debug runlevel when integ testing
    
    Teor is troubleshooting integ testing issues and requested that we bump our 
tor
    logging from notice to info runlevel...
    
      https://trac.torproject.org/projects/tor/ticket/30592
    
    If anyone looks at this log file it's because something went wrong, so lets
    just go to the debug runlevel instead. Folks can always grep out the info
    messages if it's too overwhelming.
---
 test/runner.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/runner.py b/test/runner.py
index b92b5a01..b7da06a4 100644
--- a/test/runner.py
+++ b/test/runner.py
@@ -69,7 +69,7 @@ PublishServerDescriptor 0
 AssumeReachable 1
 DownloadExtraInfo 1
 Log notice stdout
-Log notice file %%s/tor_log
+Log debug file %%s/tor_log
 """ % (SOCKS_PORT, ORPORT)
 
 # singleton Runner instance

_______________________________________________
tor-commits mailing list
[email protected]
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits

Reply via email to