]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Update tor.1.txt with the currently available log domains.
authorAlexander Færøy <ahf@torproject.org>
Tue, 27 Feb 2018 21:57:30 +0000 (22:57 +0100)
committerNick Mathewson <nickm@torproject.org>
Sat, 3 Mar 2018 16:58:14 +0000 (11:58 -0500)
See: https://bugs.torproject.org/25378

doc/tor.1.txt
src/common/log.c

index a8e5de7b5e786ba83ca4ea4c4f47484b243aa070..9dbed2ef6c0f70916b97c4cbddecf4a5a9b39e49 100644 (file)
@@ -650,7 +650,8 @@ GENERAL OPTIONS
  +
     The currently recognized domains are: general, crypto, net, config, fs,
     protocol, mm, http, app, control, circ, rend, bug, dir, dirserv, or, edge,
-    acct, hist, and handshake.  Domain names are case-insensitive. +
+    acct, hist, handshake, heartbeat, channel, sched, guard, consdiff, and dos.
+    Domain names are case-insensitive. +
  +
     For example, "`Log [handshake]debug [~net,~mm]info notice stdout`" sends
     to stdout: all handshake messages of any severity, all info-and-higher
index d59e5a40361495c48813071d55978ac204de1ea3..9f4a8b2bc2113ca93d017699017ffd7b23923ded 100644 (file)
@@ -1258,7 +1258,10 @@ log_level_to_string(int level)
 }
 
 /** NULL-terminated array of names for log domains such that domain_list[dom]
- * is a description of <b>dom</b>. */
+ * is a description of <b>dom</b>.
+ *
+ * Remember to update doc/tor.1.txt if you modify this list.
+ * */
 static const char *domain_list[] = {
   "GENERAL", "CRYPTO", "NET", "CONFIG", "FS", "PROTOCOL", "MM",
   "HTTP", "APP", "CONTROL", "CIRC", "REND", "BUG", "DIR", "DIRSERV",