[tor-commits] [tor/master] Update description in man page to match new MaxUnparseableDescSizeToLog option name and semantics

nickm at torproject.org nickm at torproject.org
Thu Jun 30 15:18:32 UTC 2016


commit cc6753939c0455ed5a00f66c066f23e799f44e1d
Author: Andrea Shepard <andrea at torproject.org>
Date:   Sat Jun 25 06:31:40 2016 +0000

    Update description in man page to match new MaxUnparseableDescSizeToLog option name and semantics
---
 doc/tor.1.txt | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/doc/tor.1.txt b/doc/tor.1.txt
index c770e6c..ce0b528 100644
--- a/doc/tor.1.txt
+++ b/doc/tor.1.txt
@@ -384,13 +384,6 @@ 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.
@@ -602,6 +595,13 @@ GENERAL OPTIONS
     message currently has at least one domain; most currently have exactly
     one.  This doesn't affect controller log messages. (Default: 0)
 
+[[MaxUnparseableDescSizeToLog]] **MaxUnparseableDescSizeToLog** __N__ **bytes**|**KBytes**|**MBytes**|**GBytes**::
+    Unparseable descriptors (e.g. for votes, consensuses, routers) are logged
+    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: 10 MB)
+
 [[OutboundBindAddress]] **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





More information about the tor-commits mailing list