Re: svscan and multilog with a perl process
Joel Stevenson <[email protected]>
| Newsgroups | gmane.comp.djb.syslog |
|---|---|
| Message-ID | <p06110459bd555d4d6f96@[192.168.0.9]> |
Thanks to Paul and Rob, that's what was happening. At 12:54 PM -0400 8/27/04, Paul Jarc wrote: >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