diff options
author | Nick Mathewson <nickm@torproject.org> | 2004-11-05 21:22:38 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2004-11-05 21:22:38 +0000 |
commit | f490e5cdb6a60779ddadfba3dd022ba904c00b43 (patch) | |
tree | b329f4419d8873df987800d1fb4860f3eada9e75 /src/config | |
parent | 958f046ee5be0b3687a6c855922207e3a8e6417b (diff) | |
download | tor-f490e5cdb6a60779ddadfba3dd022ba904c00b43.tar.gz tor-f490e5cdb6a60779ddadfba3dd022ba904c00b43.zip |
Update log documentation
svn:r2691
Diffstat (limited to 'src/config')
-rw-r--r-- | src/config/torrc.sample.in | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/src/config/torrc.sample.in b/src/config/torrc.sample.in index 3becff3f44..a2b812d433 100644 --- a/src/config/torrc.sample.in +++ b/src/config/torrc.sample.in @@ -20,17 +20,15 @@ AllowUnverifiedNodes middle,rendezvous # 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. |