On Tue, Jan 04, 2022 at 02:47:04PM +0100, Martin Kletzander wrote:
Before this series:
# LIBVIRT_LOG_OUTPUTS=1:asdf:fdsa:meh libvirtd
<possible_deadlock>
After this series:
# LIBVIRT_LOG_OUTPUTS=1:asdf:fdsa:meh libvirtd
libvirt: error : invalid argument: Invalid destination 'asdf' for output
'1:asdf:fdsa:meh'
Hmm, definitely an improvement, but it's not clear what the output is from the
message, I suggest tweaking the messages in virLogParseOutput in a follow-up
patch. Arguably, this would make even more of a difference :)
libvirt: error : invalid argument: Invalid log destination 'asdf' for log output
'1:asdf:fdsa:meh'
Erik