Re: [libvirt] [PATCH v2 2/8] Fix journald PRIORITY values

2014-02-28 Thread Eric Blake
On 02/24/2014 09:49 AM, Daniel P. Berrange wrote: The systemd journal expects log record PRIORITY values to be encoded using the syslog compatible numbering scheme, not libvirt's own native numbering scheme. We must therefore apply a conversion. Signed-off-by: Daniel P. Berrange

[libvirt] [PATCH v2 2/8] Fix journald PRIORITY values

2014-02-24 Thread Daniel P. Berrange
The systemd journal expects log record PRIORITY values to be encoded using the syslog compatible numbering scheme, not libvirt's own native numbering scheme. We must therefore apply a conversion. Signed-off-by: Daniel P. Berrange berra...@redhat.com --- src/util/virlog.c | 22