2011-01-25 21:03:36 +01:00
|
|
|
o Minor features
|
|
|
|
- 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]".
|
2011-01-25 21:53:15 +01:00
|
|
|
- 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
|
2011-01-25 21:02:36 +01:00
|
|
|
|
2011-01-25 21:03:36 +01:00
|
|
|
o Documentation
|
2011-01-25 21:02:36 +01:00
|
|
|
- Add documentation for configuring logging at different severities in
|
|
|
|
different log domains. We've had this feature since 0.2.1.1-alpha, but
|
|
|
|
for some reason it never made it into the manpage. Fixes bug 2215.
|