Browse Source

make the example log-to-file line use log-level notice rather than
log-level warn.


svn:r3441

Roger Dingledine 19 years ago
parent
commit
d7cee9dbf4
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/config/torrc.sample.in

+ 2 - 2
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