Re: [systemd-devel] Multiple log namespaces for a single service?

2025-05-23 Thread Etienne Doms
Indeed I just figured out that every 40 ms I add a structured record containing the serial frame received, 90% of additional metadata are added, which we don't need in this case (except maybe the timestamp). Will keep sd-journal pour INFO messages but indeed we need to rework our DEBUG stuff. Tha

Re: [systemd-devel] Multiple log namespaces for a single service?

2025-05-23 Thread Etienne Doms
By embedded I was pointing more the idea that we can't access the device easily, CPU and memory usage is not really an issue. However you're right that sd-journal also has this rate limit feature that already bit us, I get your point of people going crazy with partial logs. Thank you for your rep