We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8bc8b11 + 459a20c commit 1a37266Copy full SHA for 1a37266
test/e2e_node/services/logs.go
@@ -79,6 +79,11 @@ var requiredLogs = []LogFileData{
79
Files: []string{"/var/log/docker.log", "/var/log/upstart/docker.log"},
80
JournalctlCommand: []string{"-u", "docker"},
81
},
82
+ {
83
+ Name: "containerd.log",
84
+ Files: []string{"/var/log/containerd.log"},
85
+ JournalctlCommand: []string{"-u", "containerd"},
86
+ },
87
}
88
89
// getLogFiles get all logs to collect after the test.
0 commit comments