[libvirt] [PATCH 2/4] logging: preserve driver, dom name & uuid against log file

2015-12-04 Thread Daniel P. Berrange
The virt driver, dom name and uuid associated with a log file are important pieces of metadata to keep around for sake of future enhancements to virtlogd. Currently we discard them after opening the log file, but we should preserve them, even across restarts. Signed-off-by: Daniel P. Berrange

Re: [libvirt] [PATCH 2/4] logging: preserve driver, dom name & uuid against log file

2015-12-04 Thread John Ferlan
On 12/04/2015 10:53 AM, Daniel P. Berrange wrote: > The virt driver, dom name and uuid associated with a log > file are important pieces of metadata to keep around for > sake of future enhancements to virtlogd. Currently we > discard them after opening the log file, but we should > preserve