/srv/irclogs.ubuntu.com/2010/10/27/#upstart.txt

=== raeez is now known as theblueone
theblueoneforgive me if this is naive, but where does upstart log to on ubuntu maverick 10.10 by default? I can't seem to find this anywhere09:35
ionsyslog09:36
theblueoneion: thx09:39
theblueoneion: as an extension, though the 'console logged' stanza seems to be default in upstart >0.6, it doesn't seem as if indiv. processes output is logged to syslog—is there a location I can find these, or is more work required?10:01
ionThere’s no such setting in 0.6. Output logging provided by Upstart is in TODO, but for now, you’ll need to implement your own. E.g.10:45
ionscript10:45
ion  exec >/path/to/log 2>&110:45
ion  (the usual stuff)10:45
ionend script10:45

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!