Move to use github.com/containerd/log

Add github.com/containerd/log to go.mod

Signed-off-by: Derek McGowan <derek@mcg.dev>
This commit is contained in:
Derek McGowan
2023-09-11 21:16:16 -07:00
parent 3ebe5d1c56
commit 508aa3a1ef
242 changed files with 245 additions and 247 deletions

View File

@@ -351,7 +351,7 @@ If a shim does not or cannot implement an rpc call, it MUST return a `github.com
A fifo on unix or named pipe on Windows will be provided to the shim.
It can be located inside the `cwd` of the shim named "log".
The shims can use the existing `github.com/containerd/containerd/log` package to log debug messages.
The shims can use the existing `github.com/containerd/log` package to log debug messages.
Messages will automatically be output in the containerd's daemon logs with the correct fields and runtime set.
#### ttrpc