Message ID | 1403018787-25442-1-git-send-email-ian.campbell@citrix.com |
---|---|
State | New |
Headers | show |
On Tue, 2014-06-17 at 16:26 +0100, Ian Campbell wrote: Sorry for the two copies of this series, I fat fingered the --in-reply-to (extra #) and thought I'd caught it in time -- obviously not. > Signed-off-by: Ian Campbell <ian.campbell@citrix.com> > --- > ts-logs-capture | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/ts-logs-capture b/ts-logs-capture > index 3ccfc00..ae32883 100755 > --- a/ts-logs-capture > +++ b/ts-logs-capture > @@ -117,6 +117,9 @@ sub fetch_logs_host_guests () { > /var/log/xen/osstest* > /var/log/xen/xenstored* > > + /var/log/libvirt/libvirtd.log > + /var/log/libvirt/libxl/* > + > /var/run/xenstored* > /var/log/xenstored* >
diff --git a/ts-logs-capture b/ts-logs-capture index 3ccfc00..ae32883 100755 --- a/ts-logs-capture +++ b/ts-logs-capture @@ -117,6 +117,9 @@ sub fetch_logs_host_guests () { /var/log/xen/osstest* /var/log/xen/xenstored* + /var/log/libvirt/libvirtd.log + /var/log/libvirt/libxl/* + /var/run/xenstored* /var/log/xenstored*
Signed-off-by: Ian Campbell <ian.campbell@citrix.com> --- ts-logs-capture | 3 +++ 1 file changed, 3 insertions(+)