On Nov 30, 2007 8:39 PM, Jerome Haltom <[EMAIL PROTECTED]> wrote: > A simple shell script could accomplish this: > > daemon | while read line; do logger "$line"; done
Neat but "real" sysadmins won't love you for it. You lose the logging level, which stops the admin selecting how much to log, and increase logging detail when a service is under investigation. The logging facility matters to, so you can split stuff into different files. -- upstart-devel mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/upstart-devel
