log_domains 423 B

123456789
  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. o Documentation
  6. - Add documentation for configuring logging at different severities in
  7. different log domains. We've had this feature since 0.2.1.1-alpha, but
  8. for some reason it never made it into the manpage. Fixes bug 2215.