summaryrefslogtreecommitdiff
path: root/src/config
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2006-01-05 10:37:22 +0000
committerRoger Dingledine <arma@torproject.org>2006-01-05 10:37:22 +0000
commit1107c40dc0abec7c64e3a6bc86e7e833bafbd43d (patch)
tree47b529059ab68abbff3ac84825fc2758854f6101 /src/config
parent54f72cd8128dbe17c46e353a82c7c6257b2725b4 (diff)
downloadtor-1107c40dc0abec7c64e3a6bc86e7e833bafbd43d.tar.gz
tor-1107c40dc0abec7c64e3a6bc86e7e833bafbd43d.zip
mention a recommended log level in the sample torrc file
svn:r5731
Diffstat (limited to 'src/config')
-rw-r--r--src/config/torrc.sample.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/config/torrc.sample.in b/src/config/torrc.sample.in
index 241d48fb51..a7c67220ba 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 2 January 2006 for Tor 0.1.1.11-alpha.
+## Last updated 5 January 2006 for Tor 0.1.1.11-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
@@ -40,6 +40,9 @@ AllowUnverifiedNodes middle,rendezvous
## else, like one of the below lines. You can have as many Log lines as
## you want.
##
+## We advise using "notice" in most cases, since anything more verbose
+## may provide sensitive information to an attacker who obtains the logs.
+##
## Send all messages of level 'notice' or higher to @LOCALSTATEDIR@/log/tor/notices.log
#Log notice file @LOCALSTATEDIR@/log/tor/notices.log
## Send every possible message to @LOCALSTATEDIR@/log/tor/debug.log