GNOME Bugzilla – Bug 711626
ShellApp: Connect applications to systemd journal (if available)
Last modified: 2013-11-07 19:02:15 UTC
Systemd-for-the-user-session would also do this, but that's a deeply invasive change that I may not actually get to this cycle. This change is tiny and non-invasive, but provides an important benefit: You can actually reliably tell *which* applications are logging which messages (assuming they're launched by the shell). This actually complements a recent change in DBus: See https://bugs.freedesktop.org/show_bug.cgi?id=54445 which does a similar thing for bus activated apps.
Created attachment 259205 [details] [review] ShellApp: Connect applications to systemd journal (if available)
Created attachment 259206 [details] [review] ShellApp: Connect applications to systemd journal (if available) Also close the journalfd when we're done with dups
Review of attachment 259206 [details] [review]: OK.
Attachment 259206 [details] pushed as 213ee8d - ShellApp: Connect applications to systemd journal (if available)