Re: Tricks for more levels than s + s/log with svscan.
Søren Davidsen <[email protected]>
| Newsgroups | gmane.comp.djb.syslog |
|---|---|
| Message-ID | <[email protected]> |
On 8/16/05, Charles Cazabon <[email protected]> wrote: > Søren Davidsen <[email protected]> wrote: > > > > I have a program and its logger which I am running under daemontools. > > > > Now, I need a 3rd program to parse the log before sending it to the > > log-rotate mechanism, so I would have something like: > > > > program1 > > `- logger1 > > `- logger2 > > This is what mutlilog supports post-processors for. See the documentation for > "!" processors and how to use them. Hi Charles, I forgot to put one of the requirements, that parsing between program and logfile(s) should happen in realtime. As I understand the documentation the "!" is post-processing only done when multilog rotates logs? Cheers, Soren