Re: [systemd-devel] stdout logging to journal doesn't survive journal restart

2012-10-18 Thread Colin Guthrie
'Twas brillig, and Dave Reisner at 18/10/12 08:32 did gyre and gimble: > Hey, > > I'm noticing that if you ever have to restart the journal, services > which log to /run/systemd/journal/stdout lose their connection. You can > reproduce this systemd-cat pretty easily: > > ( { > echo "this is

[systemd-devel] stdout logging to journal doesn't survive journal restart

2012-10-18 Thread Dave Reisner
Hey, I'm noticing that if you ever have to restart the journal, services which log to /run/systemd/journal/stdout lose their connection. You can reproduce this systemd-cat pretty easily: ( { echo "this is logged" echo "sleep 5 seconds..." >&2 sleep 5 echo "done sleeping" >&2