Hacker News new | ask | show | jobs
by gribbly 3432 days ago
Well, journald is pretty much the one component of systemd that is very difficult to replace, but even so you can easily forward to another syslog daemon of your choice.

As for the rest, it's very much the same as with the BSD's, they all support their own versions of low level components and only them, and these can be changed by the user with compatible tools of their choice.

1 comments

Forwarding to another process still means that if Journald goes belly up, the logging just died...