Re: svscan and multilog with a perl process
[email protected] (Paul Jarc)
| Newsgroups | gmane.comp.djb.syslog |
|---|---|
| Organization | What did you have in mind? A short, blunt, human pyramid? |
| Message-ID | <[email protected]> |
Joel Stevenson <[email protected]> wrote: > I'm having a problem with multilog when it is being invoked by svscan > to receive output from a perl process. There doesn't appear to be > any output recorded at all in the log. Perl may be buffing its output. Try adding "$|=1;" at the top of the Perl script. paul