From 032a01ef6451f485c909001a1893494507b1f8f2 Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Sat, 4 Feb 2006 07:45:40 +0000 Subject: 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 --- src/config/torrc.sample.in | 6 +----- 1 file changed, 1 insertion(+), 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: -- cgit v1.2.3