diff options
author | Roger Dingledine <arma@torproject.org> | 2005-07-23 05:14:33 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2005-07-23 05:14:33 +0000 |
commit | 44fe2fa7eb54d51cdd9396ca2142a130a48abe91 (patch) | |
tree | 858d70dd477ffb2d55a11db1457cab783b69bd16 /src | |
parent | 9385a96235dc869ee1a3111ff07b0b78b063d142 (diff) | |
download | tor-44fe2fa7eb54d51cdd9396ca2142a130a48abe91.tar tor-44fe2fa7eb54d51cdd9396ca2142a130a48abe91.tar.gz |
better log examples in the torrc
svn:r4646
Diffstat (limited to 'src')
-rw-r--r-- | src/config/torrc.sample.in | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/config/torrc.sample.in b/src/config/torrc.sample.in index dd3a8c561..0a25d833a 100644 --- a/src/config/torrc.sample.in +++ b/src/config/torrc.sample.in @@ -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 |