summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2004-12-07 06:38:41 +0000
committerRoger Dingledine <arma@torproject.org>2004-12-07 06:38:41 +0000
commite0e40e51ae4f1b5a7fdd3faa330da0e6c1b633d5 (patch)
tree50fd3733e35a7bf1e6d7b95f65a031c8a0077c10
parent2ff38fdf83389604f35f0266fcb96402c2130c57 (diff)
downloadtor-e0e40e51ae4f1b5a7fdd3faa330da0e6c1b633d5.tar.gz
tor-e0e40e51ae4f1b5a7fdd3faa330da0e6c1b633d5.zip
clean up docs a bit for default log lines.
svn:r3098
-rw-r--r--src/config/torrc.sample.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/config/torrc.sample.in b/src/config/torrc.sample.in
index 235ee75dc5..35784707df 100644
--- a/src/config/torrc.sample.in
+++ b/src/config/torrc.sample.in
@@ -22,18 +22,18 @@ SocksBindAddress 127.0.0.1 # accept connections only from localhost
## Other choices (not advised) are entry,exit,introduction.
AllowUnverifiedNodes middle,rendezvous
-## Logs go to stdout unless redirected by something else, like one of
-## the below lines.
+## Logs go to stdout at level "notice" unless redirected by something
+## else, like one of the below lines.
## Send all messages of level 'warn' or higher to @LOCALSTATEDIR@/log/tor/warnings.log
#Log warn file @LOCALSTATEDIR@/log/tor/warnings.log
## Send all debug and info messages to @LOCALSTATEDIR@/log/tor/debug.log
#Log debug-info file @LOCALSTATEDIR@/log/tor/debug.log
-## Send all debug messages ONLY to @LOCALSTATEDIR@/log/tor/debug.log
+## Send ONLY debug messages to @LOCALSTATEDIR@/log/tor/debug.log
#Log debug-debug file @LOCALSTATEDIR@/log/tor/debug.log
## To use the system log instead of Tor's logfiles, uncomment these lines:
#Log notice syslog
## To send all messages to stderr:
-#Log debug-err stderr
+#Log debug stderr
## Uncomment this to start the process in the background... or use
## --runasdaemon 1 on the command line.