[tor-commits] [stem/master] Torrc options for integ test logs

atagar at torproject.org atagar at torproject.org
Mon Jun 10 18:02:45 UTC 2019


commit 3efc9c5cf104e8ddcde3aa59ba7aaf002239cc9c
Author: Damian Johnson <atagar at torproject.org>
Date:   Mon Jun 10 11:01:21 2019 -0700

    Torrc options for integ test logs
    
    Adding the following options to our integ torrc...
    
      ProtocolWarnings 1
      SafeLogging 0
      LogTimeGranularity 1
    
    Requested on...
    
      https://trac.torproject.org/projects/tor/ticket/25632
---
 test/settings.cfg | 15 ++++++++++-----
 1 file changed, 10 insertions(+), 5 deletions(-)

diff --git a/test/settings.cfg b/test/settings.cfg
index 6a2f5914..d422ffa8 100644
--- a/test/settings.cfg
+++ b/test/settings.cfg
@@ -22,15 +22,20 @@ integ.log ./test/data/log
 integ.torrc
 |# Configuration for stem's integration tests
 |
-|DataDirectory [DATA_DIR]
 |SocksPort [SOCKS_PORT]
 |ORPort [OR_PORT]
-|ExitRelay 0
-|PublishServerDescriptor 0
-|AssumeReachable 1
-|DownloadExtraInfo 1
+|
+|DataDirectory [DATA_DIR]
 |Log notice stdout
 |Log debug file [DATA_DIR]/tor_log
+|
+|AssumeReachable 1
+|DownloadExtraInfo 1
+|ExitRelay 0
+|LogTimeGranularity 1
+|ProtocolWarnings 1
+|PublishServerDescriptor 0
+|SafeLogging 0
 
 # To append additional torrc options you can overwrite the following. For
 # example...



More information about the tor-commits mailing list