The journald design is horrible to the point of useless
The journald design is horrible to the point of useless
Posted Dec 2, 2011 17:07 UTC (Fri) by raven667 (subscriber, #5198)In reply to: The journald design is horrible to the point of useless by dlang
Parent article: That newfangled Journal thing
If that pid started other processes that then wrote logs, systemd (or equivalent) isn't going to have a way of knowing for sure which 'service' those log messages are for.
I think this particular statement is probably not true. systemd uses the cgroups feature to associate all processes as part of a generic "service" or "session" which is not fooled by daemonization so it could reliably associate all logs across multiple PIDs with a particular "service".
