diff options
author | Andrea Shepard <andrea@torproject.org> | 2016-06-17 22:36:21 +0000 |
---|---|---|
committer | Andrea Shepard <andrea@torproject.org> | 2016-06-30 07:03:24 +0000 |
commit | 1055cd65b8a35c4caa2f5463540f8d26f1ba861b (patch) | |
tree | 7fce84ea3030d223acc6f3e7a38991bf152e816c /doc | |
parent | 1cde3e2776dc879ce7ca876e0616d8d10d6f1702 (diff) | |
download | tor-1055cd65b8a35c4caa2f5463540f8d26f1ba861b.tar.gz tor-1055cd65b8a35c4caa2f5463540f8d26f1ba861b.zip |
Document new DetailedLogForUnparseableDescriptors option in man page
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tor.1.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/tor.1.txt b/doc/tor.1.txt index 65d3c2d5f5..c770e6c704 100644 --- a/doc/tor.1.txt +++ b/doc/tor.1.txt @@ -384,6 +384,13 @@ GENERAL OPTIONS DataDirectory. If the option is set to 1, make the DataDirectory readable by the default GID. (Default: 0) +[[DetailedLogForUnparseableDescriptors]] **DetailedLogForUnparseableDescriptors** __N__ **bytes**|**KBytes**|**MBytes**|**GBytes**:: + If this is not zero, log unparseable descriptors (e.g. for votes, + consensuses) in separate files by hash, up to the specified size in total. + Note that only files logged during the lifetime of this Tor process count + toward the total; this is intended to be used to debug problems without + opening live servers to resource exhaustion attacks. (Default: 0) + [[FallbackDir]] **FallbackDir** __address__:__port__ orport=__port__ id=__fingerprint__ [weight=__num__] [ipv6=__address__:__orport__]:: When we're unable to connect to any directory cache for directory info (usually because we don't know about any yet) we try a directory authority. |