Logging a Daemon's Output with Upstart
Posted
by Alex Reisner
on Server Fault
See other posts from Server Fault
or by Alex Reisner
Published on 2010-02-17T23:25:54Z
Indexed on
2010/03/16
9:26 UTC
Read the original article
Hit count: 692
I have a custom daemon that is managed by upstart on my Ubuntu server. It works perfectly except that I need to capture (log) the daemon's output. The official stanzas page says that I can use console logged
to do this, but what file does it log to?
I've also read that console logged
is no longer a valid stanza. I'm currently using 0.3.9 (Hardy) but will upgrade to 0.6.x (Lucid) in a few months. If console logged
in fact won't work with later versions, what do I use instead?
© Server Fault or respective owner