|
|
|
|
|
by mrweasel
337 days ago
|
|
Journald is an odd one. I don't think it being a binary log/database makes sense. If you have a tiny operation, with a single server, then the binary database doesn't really make sense, having plain text is just easier and faster. If you're a bigger operation, you'll have a central logging solution, in which case you need journald to store the longs as plain text as well, before you can do log shipping. The only use case where the binary format might make sense is if you ship journald logs to another central journald instance. That's just very much an edge case. |
|
Why would it need to store plaintext locally?