Re: [systemd-devel] Changing database formats for systemd-journald

2025-06-28 Thread Wol
On 28/06/2025 10:48, Mantas Mikulėnas wrote: Maybe it could, but journal entries do not have fixed columns (except for timestamps and seqnum), so you wouldn't have one neat SQL table of entries – you'd probably end up with a large "pile of attributes" table and I'm not sure if that would perfo

Re: [systemd-devel] Changing database formats for systemd-journald

2025-06-28 Thread Cristian Rodríguez
On Thu, Jun 26, 2025 at 11:27 AM Gunnar Guðvarðarson wrote: > > I have attempted to use systemd-journald as a centralized log collector, it > works fine and the interface provided by journalctl is very convenient to > quickly find things, following logs and other things. > > But I quickly discov

Re: [systemd-devel] Changing database formats for systemd-journald

2025-06-28 Thread Mantas Mikulėnas
On Thu, Jun 26, 2025 at 6:27 PM Gunnar Guðvarðarson wrote: > I have attempted to use systemd-journald as a centralized log collector, > it works fine and the interface provided by journalctl is very convenient > to quickly find things, following logs and other things. > > But I quickly discovered