Skip to content
Snippets Groups Projects
Commit 3efc9c5c authored by Damian Johnson's avatar Damian Johnson
Browse files

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
parent 394852cf
Branches
Tags
No related merge requests found
......@@ -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...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment