]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
make the example log-to-file line use log-level notice rather than
authorRoger Dingledine <arma@torproject.org>
Fri, 28 Jan 2005 05:40:41 +0000 (05:40 +0000)
committerRoger Dingledine <arma@torproject.org>
Fri, 28 Jan 2005 05:40:41 +0000 (05:40 +0000)
log-level warn.

svn:r3441

src/config/torrc.sample.in

index 3af5c18e41854a23376216050528e69803eaeeee..edf0bc64dd7b2be376a0fdbcdd786aaf592c0c73 100644 (file)
@@ -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