=== raeez is now known as theblueone | ||
theblueone | forgive 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 anywhere | 09:35 |
---|---|---|
ion | syslog | 09:36 |
theblueone | ion: thx | 09:39 |
theblueone | ion: 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 |
ion | There’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 |
ion | script | 10:45 |
ion | exec >/path/to/log 2>&1 | 10:45 |
ion | (the usual stuff) | 10:45 |
ion | end script | 10:45 |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!