[or-cvs] Update log documentation
Nick Mathewson
nickm at seul.org
Fri Nov 5 21:22:41 UTC 2004
Update of /home/or/cvsroot/src/config
In directory moria.mit.edu:/tmp/cvs-serv9503/src/config
Modified Files:
torrc.sample.in
Log Message:
Update log documentation
Index: torrc.sample.in
===================================================================
RCS file: /home/or/cvsroot/src/config/torrc.sample.in,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- torrc.sample.in 5 Nov 2004 11:58:34 -0000 1.28
+++ torrc.sample.in 5 Nov 2004 21:22:38 -0000 1.29
@@ -20,17 +20,15 @@
# Logs go to stdout unless redirected by something else, like one of
# the below lines, or --logfile on the command line.
### Send all messages of level 'warn' or higher to @LOCALSTATEDIR@/log/tor/warnings
-#LogFile @LOCALSTATEDIR@/log/tor/warnings
-#LogLevel warn
+#Log warn file @LOCALSTATEDIR@/log/tor/warnings
### Send all debug and info messages to @LOCALSTATEDIR@/log/tor/debug
-#LogFile @LOCALSTATEDIR@/log/tor/debug
-#LogLevel debug-info
+#Log debug-info file @LOCALSTATEDIR@/log/tor/debug
### Send all debug messages ONLY to @LOCALSTATEDIR@/log/tor/debug
-#LogFile @LOCALSTATEDIR@/log/tor/debug
-#LogLevel debug-debug
+#Log debug-debug file @LOCALSTATEDIR@/log/tor/debug
### To use the system log instead of Tor's logfiles, uncomment these lines:
-#SysLog
-#LogLevel notice
+#Log notice syslog
+### To send all messages to stderr:
+#Log debug-err stderr
# Uncomment this to start the process in the background... or use
# --runasdaemon 1 on the command line.
More information about the tor-commits
mailing list