[tor-commits] [stem/master] Log at debug runlevel when integ testing

atagar at torproject.org atagar at torproject.org
Mon May 27 22:56:18 UTC 2019


commit 3670fe061278c934ff57c3ba3c9ba457f276ad9a
Author: Damian Johnson <atagar at torproject.org>
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



More information about the tor-commits mailing list