Skip to content

Commit 3762a31

Browse files
authored
Merge pull request #5846 from zylxjtu/main
Add the containerd logging retrieval
2 parents 766d93b + ee24c7a commit 3762a31

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/e2e/azure_logcollector.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -492,6 +492,10 @@ func windowsK8sLogs(execToPathFn func(outputFileName string, command string, arg
492492
"cni.log",
493493
`Get-Content "C:\\cni.log"`,
494494
),
495+
execToPathFn(
496+
"containerd.log",
497+
`Get-Content "C:\\var\\log\\containerd\\containerd.log"`,
498+
),
495499
}
496500
}
497501

0 commit comments

Comments
 (0)