The journald design is horrible to the point of useless
The journald design is horrible to the point of useless
Posted Nov 24, 2011 8:39 UTC (Thu) by rschroev (subscriber, #4164)In reply to: The journald design is horrible to the point of useless by josh
Parent article: That newfangled Journal thing
Because, as I see it, it is very important that system administrators can copy log files to another system and still view the data. That other system can be a newer or older version of Linux, or can be a totally different operating system.
With text files that is no problem at all. There's a multitude of tools available on all operating systems for doing that.
With a well defined binary disk format, it can be a pain because the required tools are not necessarily available, but at least you can create your own, be it a quick and dirty perl or python script or a full fledged log analyzer.
With a binary format that is not well defined, you have a big problem if you don't have a system with a compatible version of the tools available.
