* [OSSTEST PATCH] ts-logs-capture: Collect /var/log/messages and /var/log/debug
@ 2015-05-14 17:42 Ian Jackson
2015-05-15 8:52 ` Ian Campbell
0 siblings, 1 reply; 2+ messages in thread
From: Ian Jackson @ 2015-05-14 17:42 UTC (permalink / raw)
To: xen-devel; +Cc: Ian Jackson, Ian Campbell
Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
---
ts-logs-capture | 2 ++
1 file changed, 2 insertions(+)
diff --git a/ts-logs-capture b/ts-logs-capture
index 4ad55b9..6445e03 100755
--- a/ts-logs-capture
+++ b/ts-logs-capture
@@ -102,6 +102,8 @@ sub fetch_logs_host_guests () {
/var/log/kern.log*
/var/log/syslog*
/var/log/daemon.log*
+ /var/log/messages*
+ /var/log/debug*
/var/log/dmesg*
/var/log/user.log*
--
1.7.10.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-05-15 8:52 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-14 17:42 [OSSTEST PATCH] ts-logs-capture: Collect /var/log/messages and /var/log/debug Ian Jackson
2015-05-15 8:52 ` Ian Campbell
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.