Re: [pve-devel] [RFC pve-qemu] Add systemd journal logging patch

2020-07-01 Thread Stefan Reiter
On 6/30/20 6:28 PM, Dietmar Maurer wrote: comments inline On 06/30/2020 2:06 PM Stefan Reiter wrote: Prints QEMU errors that occur *after* the "-daemonize" fork to the systemd journal, instead of pushing them into /dev/null like before. Signed-off-by: Stefan Reiter --- Useful for debug

Re: [pve-devel] [RFC pve-qemu] Add systemd journal logging patch

2020-06-30 Thread Dietmar Maurer
comments inline > On 06/30/2020 2:06 PM Stefan Reiter wrote: > > > Prints QEMU errors that occur *after* the "-daemonize" fork to the > systemd journal, instead of pushing them into /dev/null like before. > > Signed-off-by: Stefan Reiter > --- > > Useful for debugging rust panics for exampl

[pve-devel] [RFC pve-qemu] Add systemd journal logging patch

2020-06-30 Thread Stefan Reiter
Prints QEMU errors that occur *after* the "-daemonize" fork to the systemd journal, instead of pushing them into /dev/null like before. Signed-off-by: Stefan Reiter --- Useful for debugging rust panics for example. I'm sure there's other ways to go about this (log files? pass the journal fd from