diff options
author | Nick Mathewson <nickm@torproject.org> | 2011-01-25 15:53:15 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2011-01-25 15:53:15 -0500 |
commit | 89ee779f928af4ad31ad6d45936c6a386e263584 (patch) | |
tree | 6373563d9ee8ef7d47c4a4ccff57f619c16d18b1 /doc | |
parent | e261a1a3e6513eeafa1b53b83ebfec7f5d834a39 (diff) | |
download | tor-89ee779f928af4ad31ad6d45936c6a386e263584.tar.gz tor-89ee779f928af4ad31ad6d45936c6a386e263584.zip |
Add a torrc option to report log domains
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tor.1.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/tor.1.txt b/doc/tor.1.txt index 17cdf37ac0..a4ab0d921f 100644 --- a/doc/tor.1.txt +++ b/doc/tor.1.txt @@ -346,6 +346,11 @@ Other options can be specified either on the command-line (--option messages from domains other than networking and memory management, and all messages of severity notice or higher. +**LogMessageDomains** **0**|**1**:: + If 1, Tor includes message domains with each log message. Every log + message currently has at least one domain; most currently have exactly + one. This doesn't affect controller log messages. (Default: 0) + **OutboundBindAddress** __IP__:: Make all outbound connections originate from the IP address specified. This is only useful when you have multiple network interfaces, and you want all |