summaryrefslogtreecommitdiff
path: root/src/config
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2005-01-28 05:40:41 +0000
committerRoger Dingledine <arma@torproject.org>2005-01-28 05:40:41 +0000
commitd7cee9dbf430ddbf24095287984b305659db9670 (patch)
treef4b320e55da438598819cca1a1f5675f15b0c94e /src/config
parentd44dcdebf53e9cb11e30bf41b593d62203880922 (diff)
downloadtor-d7cee9dbf430ddbf24095287984b305659db9670.tar.gz
tor-d7cee9dbf430ddbf24095287984b305659db9670.zip
make the example log-to-file line use log-level notice rather than
log-level warn. svn:r3441
Diffstat (limited to 'src/config')
-rw-r--r--src/config/torrc.sample.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/config/torrc.sample.in b/src/config/torrc.sample.in
index 3af5c18e41..edf0bc64dd 100644
--- a/src/config/torrc.sample.in
+++ b/src/config/torrc.sample.in
@@ -27,8 +27,8 @@ AllowUnverifiedNodes middle,rendezvous
## 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 messages of level 'notice' or higher to @LOCALSTATEDIR@/log/tor/notices.log
+#Log notice file @LOCALSTATEDIR@/log/tor/notices.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