mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Update tor.1.txt with the currently available log domains.
See: https://bugs.torproject.org/25378
This commit is contained in:
committed by
Nick Mathewson
parent
cc7de9ce1d
commit
59a7b00384
+4
-1
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user