From 7e58c709297160cd7334b107db9a344c9fadbbd0 Mon Sep 17 00:00:00 2001 From: David Scott Date: Thu, 1 Sep 2016 11:28:43 +0100 Subject: [PATCH] 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 --- alpine/packages/diagnostics/capture.go | 1 - 1 file changed, 1 deletion(-) diff --git a/alpine/packages/diagnostics/capture.go b/alpine/packages/diagnostics/capture.go index b90ecc668..32a872269 100644 --- a/alpine/packages/diagnostics/capture.go +++ b/alpine/packages/diagnostics/capture.go @@ -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()}