Re: Multiple patterns for matching within socklog?
Lloyd Zusman <[email protected]>
| Newsgroups | gmane.comp.misc.pape.general |
|---|---|
| Message-ID | <[email protected]> |
Gerrit Pape <pape <at> smarden.org> writes: . [ ... ] . . De/selecting log messages for logs doesn't affect de/selecting log . messages to be printed to stderr and vice versa. . . > option B: . > -* . > +mail.* . > -mail.*:*:*:*imap* . > -mail.*:*:*:*pop* . > E* . > email.* . > Email.*:*:*:*imap* . > Email.*:*:*:*pop* . > e*:*:*:*error* . . This one. You can remove the 'E*' line though, while initially all . messages are selected to be printed to a log, all messages initially . are deselected to be printed to stderr. Therefore, I guess that one way to summarize this behavior would be to say that the log filter space and the stderr filter space are distinct, and that they default to opposite initial conditions (all messages logged, no messages sent to stderr). Thank you very much.