From cf267115d825238992448dbe1cd6cd440c934d8a Mon Sep 17 00:00:00 2001 From: Derek McGowan Date: Fri, 8 Sep 2023 16:55:34 -0700 Subject: [PATCH] Update description in README Signed-off-by: Derek McGowan --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4644cb5..00e0849 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # log -The log package provides a common logging interface across containerd repositories and a way for clients to use and configure logging in containerd packages. +A Go package providing a common logging interface across containerd repositories and a way for clients to use and configure logging in containerd packages. This package is not intended to be used as a standalone logging package outside of the containerd ecosystem and is intended as an interface wrapper around a logging implementation. In the future this package may be replaced with a common go logging interface.