mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-13 06:33:44 +01:00
clean up docs a bit for default log lines.
svn:r3098
This commit is contained in:
parent
2ff38fdf83
commit
e0e40e51ae
@ -22,18 +22,18 @@ SocksBindAddress 127.0.0.1 # accept connections only from localhost
|
|||||||
## Other choices (not advised) are entry,exit,introduction.
|
## Other choices (not advised) are entry,exit,introduction.
|
||||||
AllowUnverifiedNodes middle,rendezvous
|
AllowUnverifiedNodes middle,rendezvous
|
||||||
|
|
||||||
## Logs go to stdout unless redirected by something else, like one of
|
## Logs go to stdout at level "notice" unless redirected by something
|
||||||
## the below lines.
|
## else, like one of the below lines.
|
||||||
## Send all messages of level 'warn' or higher to @LOCALSTATEDIR@/log/tor/warnings.log
|
## Send all messages of level 'warn' or higher to @LOCALSTATEDIR@/log/tor/warnings.log
|
||||||
#Log warn file @LOCALSTATEDIR@/log/tor/warnings.log
|
#Log warn file @LOCALSTATEDIR@/log/tor/warnings.log
|
||||||
## Send all debug and info messages to @LOCALSTATEDIR@/log/tor/debug.log
|
## Send all debug and info messages to @LOCALSTATEDIR@/log/tor/debug.log
|
||||||
#Log debug-info file @LOCALSTATEDIR@/log/tor/debug.log
|
#Log debug-info file @LOCALSTATEDIR@/log/tor/debug.log
|
||||||
## Send all debug messages ONLY to @LOCALSTATEDIR@/log/tor/debug.log
|
## Send ONLY debug messages to @LOCALSTATEDIR@/log/tor/debug.log
|
||||||
#Log debug-debug file @LOCALSTATEDIR@/log/tor/debug.log
|
#Log debug-debug file @LOCALSTATEDIR@/log/tor/debug.log
|
||||||
## To use the system log instead of Tor's logfiles, uncomment these lines:
|
## To use the system log instead of Tor's logfiles, uncomment these lines:
|
||||||
#Log notice syslog
|
#Log notice syslog
|
||||||
## To send all messages to stderr:
|
## To send all messages to stderr:
|
||||||
#Log debug-err stderr
|
#Log debug stderr
|
||||||
|
|
||||||
## Uncomment this to start the process in the background... or use
|
## Uncomment this to start the process in the background... or use
|
||||||
## --runasdaemon 1 on the command line.
|
## --runasdaemon 1 on the command line.
|
||||||
|
Loading…
Reference in New Issue
Block a user