|
|
|
|
|
by Denvercoder9
894 days ago
|
|
> Journalctl has advantages, but they're mostly enjoyed by large enterprises. I don't agree with this. As a single administrator, being able to do `journalctl -u <service>` and get all output from a unit (and its subprocesses), including anything that it erroneously send to stdout or stderr instead of its logfile, is a godsend. Back in the SysV days I had to manually step through initscripts to figure out what's wrong when a daemon immediately exited without logging anything. |
|
I'm not comparing it to sysvinit here, I'm comparing it to any other modern init system.