diagnostics: no need to collect /var/log/service-port-opener.log

This log file has been removed and the contents are now in /var/log/messages
which we already collect.

Signed-off-by: David Scott <dave.scott@docker.com>
This commit is contained in:
David Scott 2016-09-01 11:28:43 +01:00
parent 710cd1aebb
commit 7e58c70929

View File

@ -47,7 +47,6 @@ var (
}
localCmdCaptures = []CommandCapturer{
{"/usr/bin/tail", []string{"-100", "/var/log/proxy-vsockd.log"}},
{"/usr/bin/tail", []string{"-100", "/var/log/service-port-opener.log"}},
{"/usr/bin/tail", []string{"-100", "/var/log/vsudd.log"}},
}
localCaptures = []Capturer{NewDatabaseCapturer()}