summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2005-01-02 06:34:58 +0000
committerRoger Dingledine <arma@torproject.org>2005-01-02 06:34:58 +0000
commitfdf8c55f3077f4733f099040b04fa76a69c9d957 (patch)
tree46c9aab7b9701594907c38cb7005538175be34f7
parentb4dad0e6a4297e41e8bed7500f7ebe0797014b10 (diff)
downloadtor-fdf8c55f3077f4733f099040b04fa76a69c9d957.tar.gz
tor-fdf8c55f3077f4733f099040b04fa76a69c9d957.zip
clarify the comments about logs in the torrc
svn:r3239
-rw-r--r--src/config/torrc.sample.in6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/config/torrc.sample.in b/src/config/torrc.sample.in
index a366ffc4f6..f8a2be3e90 100644
--- a/src/config/torrc.sample.in
+++ b/src/config/torrc.sample.in
@@ -23,10 +23,12 @@ SocksBindAddress 127.0.0.1 # accept connections only from localhost
AllowUnverifiedNodes middle,rendezvous
## Logs go to stdout at level "notice" unless redirected by something
-## else, like one of the below lines.
+## else, like one of the below lines. You can have as many log lines as
+## you want.
+##
## 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
+## 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