MCPcopy
hub / github.com/containerd/containerd / logPath

Method logPath

integration/release_upgrade_linux_test.go:1009–1011  ·  view source on GitHub ↗

logPath is to return containerd's log path.

()

Source from the content-addressed store, hash-verified

1007
1008// logPath is to return containerd's log path.
1009func (p *ctrdProc) logPath() string {
1010 return filepath.Join(p.workDir, "containerd.log")
1011}
1012
1013// isReady checks the containerd is ready or not.
1014func (p *ctrdProc) isReady() error {

Callers 6

newCtrdProcFunction · 0.95
TestIssue10467Function · 0.80
TestOOMEventMonitorFunction · 0.80
TestReload100PodsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected