Table of Contents
errlogger starts the given PROGRAM with its standard error connected to a (write-only) pipe, the other end of which errlogger will read lines from. Every line so read will be logged to the system log.
The utility of errlogger is in the ability to log error messages from programs connected to no other saved output, such as programs started by ashd(7) in daemon mode.
errlogger will exit as soon as it reads end-of-file on its end of the pipe; that is, when the write-end of the pipe is closed, which will usually happen when the program exits.
Fredrik Tolf <fredrik@dolda2000.com>