On Thu, Aug 03, 2000 at 06:08:10PM -0700, Ian Lance Taylor wrote:
> svscan simply creates a pipe.  That is, it redirects stdout of ./run
> to stdin of ./log/run.  It doesn't do anything with stderr.  If your
> program logs to stderr, then 2>&1 in ./run will redirect the logs to
> the stdout of ./run and hence to the stdin of ./log/run.  So that
> should fix your problem.

Yeah, that's what I figured, just wanted to double check before changing it.

(When running under inetd, the errors get printed out to the tcp connection!)

--Adam

Reply via email to