...
1# log
2
3A Go package providing a common logging interface across containerd repositories and a way for clients to use and configure logging in containerd packages.
4
5This 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.
6In the future this package may be replaced with a common go logging interface.
7
8## Project details
9
10**log** is a containerd sub-project, licensed under the [Apache 2.0 license](./LICENSE).
11As a containerd sub-project, you will find the:
12 * [Project governance](https://github.com/containerd/project/blob/main/GOVERNANCE.md),
13 * [Maintainers](https://github.com/containerd/project/blob/main/MAINTAINERS),
14 * and [Contributing guidelines](https://github.com/containerd/project/blob/main/CONTRIBUTING.md)
15
16information in our [`containerd/project`](https://github.com/containerd/project) repository.
17
View as plain text