diff options
author | Roger Dingledine <arma@torproject.org> | 2006-02-04 07:45:40 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2006-02-04 07:45:40 +0000 |
commit | 032a01ef6451f485c909001a1893494507b1f8f2 (patch) | |
tree | d5965929f7a83606881edf7b98d1d2906aec0a2f | |
parent | 96e350c16cbfd7423332087d44c1a050c668cdf2 (diff) | |
download | tor-032a01ef6451f485c909001a1893494507b1f8f2.tar tor-032a01ef6451f485c909001a1893494507b1f8f2.tar.gz |
just because you support the feature does not mean that you
should put an example in the sample torrc file.
the debug-info lines were causing some people to think that
was a smart loglevel to use, and it also always isn't.
svn:r5905
-rw-r--r-- | src/config/torrc.sample.in | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/config/torrc.sample.in b/src/config/torrc.sample.in index 6f9fd01ca..16dc99358 100644 --- a/src/config/torrc.sample.in +++ b/src/config/torrc.sample.in @@ -1,5 +1,5 @@ ## Configuration file for a typical Tor user -## Last updated 16 January 2006 for Tor 0.1.1.13-alpha. +## Last updated 4 February 2006 for Tor 0.1.1.13-alpha. ## (May or may not work for older or newer versions of Tor.) ## ## Lines that begin with "## " try to explain what's going on. Lines @@ -42,10 +42,6 @@ SocksListenAddress 127.0.0.1 # accept connections only from localhost #Log notice file @LOCALSTATEDIR@/log/tor/notices.log ## Send every possible message to @LOCALSTATEDIR@/log/tor/debug.log #Log debug file @LOCALSTATEDIR@/log/tor/debug.log -## Send only debug and info messages to @LOCALSTATEDIR@/log/tor/debug.log -#Log debug-info file @LOCALSTATEDIR@/log/tor/debug.log -## Send ONLY debug messages to @LOCALSTATEDIR@/log/tor/debug.log -#Log debug-debug file @LOCALSTATEDIR@/log/tor/debug.log ## Use the system log instead of Tor's logfiles #Log notice syslog ## To send all messages to stderr: |