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 /changes/log_domains | |
parent | e261a1a3e6513eeafa1b53b83ebfec7f5d834a39 (diff) | |
download | tor-89ee779f928af4ad31ad6d45936c6a386e263584.tar.gz tor-89ee779f928af4ad31ad6d45936c6a386e263584.zip |
Add a torrc option to report log domains
Diffstat (limited to 'changes/log_domains')
-rw-r--r-- | changes/log_domains | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/log_domains b/changes/log_domains index 939b9a9e74..7fc0506cdf 100644 --- a/changes/log_domains +++ b/changes/log_domains @@ -2,6 +2,9 @@ - Make it simpler to specify "All log domains except for A and B". Previously you needed to say "[*,~A,~B]". Now you can just say "[~A,~B]". + - Add a LogMessageDomains option to include the domains of log messages + along with the messages. Without this, there's no way to use + log domains without reading the source or doing a lot of guessing o Documentation - Add documentation for configuring logging at different severities in |