mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-30 22:21:34 +00:00
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:
parent
710cd1aebb
commit
7e58c70929
@ -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()}
|
||||
|
Loading…
Reference in New Issue
Block a user