mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
better log examples in the torrc
svn:r4646
This commit is contained in:
parent
9385a96235
commit
44fe2fa7eb
@ -33,16 +33,18 @@ SocksBindAddress 127.0.0.1 # accept connections only from localhost
|
||||
AllowUnverifiedNodes middle,rendezvous
|
||||
|
||||
## Logs go to stdout at level "notice" unless redirected by something
|
||||
## else, like one of the below lines. You can have as many log lines as
|
||||
## else, like one of the below lines. You can have as many Log lines as
|
||||
## you want.
|
||||
##
|
||||
## Send all messages of level 'notice' or higher to @LOCALSTATEDIR@/log/tor/notices.log
|
||||
#Log notice file @LOCALSTATEDIR@/log/tor/notices.log
|
||||
## Send every possible message to @LOCALSTATEDIR@/log/tor/debug.log
|
||||
#Log debug file @LOCALSTATEDIR@/log/tor/debug.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
|
||||
#Log debug-debug file @LOCALSTATEDIR@/log/tor/debug.log
|
||||
## To use the system log instead of Tor's logfiles, uncomment these lines:
|
||||
## Use the system log instead of Tor's logfiles
|
||||
#Log notice syslog
|
||||
## To send all messages to stderr:
|
||||
#Log debug stderr
|
||||
|
Loading…
Reference in New Issue
Block a user