Futz with the clang patch a bit and tidy some geoip.c stuff
[tor.git] / changes / log_domains
blob7fc0506cdf3ca46e2fb846b5f6ceb7ae276645df
1   o Minor features
2     - Make it simpler to specify "All log domains except for A and B".
3       Previously you needed to say "[*,~A,~B]".  Now you can just say
4       "[~A,~B]".
5     - Add a LogMessageDomains option to include the domains of log messages
6       along with the messages.  Without this, there's no way to use
7       log domains without reading the source or doing a lot of guessing
9   o Documentation
10     - Add documentation for configuring logging at different severities in
11       different log domains.  We've had this feature since 0.2.1.1-alpha, but
12       for some reason it never made it into the manpage.  Fixes bug 2215.