The journald design is horrible to the point of useless
The journald design is horrible to the point of useless
Posted Dec 1, 2011 12:04 UTC (Thu) by dlang (guest, #313)In reply to: The journald design is horrible to the point of useless by anselm
Parent article: That newfangled Journal thing
On linux, sysklog has been poorly maintained for a long time, and has been replaced by rsyslog on just about every distro. older distro releases won't have it, but they also won't have systemd or the journal either.
In terms of a log store, what is it that you are looking for? As I see it, the needs of the log store vary drastically, not just from person to person, but also from use to use.
Yes, sometimes you want to do a search for a particular type of log event, but a lot of the time you want to see what happened around a particular time.
syslog does not dictate how the data is stored, and you can even store the same data in many different ways (on different machines, and even shard it across farms of machines)
Yes, the syslog() call could use improving, but since the journal proposal says that it's going to remain compatible with it, it doesn't fix it.
Also, I see it less as Rainer adopted some journald ideas as the journald people aren't aware of what was already available (the trusted properties being one exception)
