https://github.com/containerd/log
Common log interface for containerd repositories and clients
https://github.com/containerd/log
Last synced: 10 months ago
JSON representation
Common log interface for containerd repositories and clients
- Host: GitHub
- URL: https://github.com/containerd/log
- Owner: containerd
- License: apache-2.0
- Created: 2023-09-08T22:12:36.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-06-04T17:41:28.000Z (11 months ago)
- Last Synced: 2025-06-04T22:46:12.315Z (11 months ago)
- Language: Go
- Size: 47.9 KB
- Stars: 7
- Watchers: 13
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# log
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.
## Project details
**log** is a containerd sub-project, licensed under the [Apache 2.0 license](./LICENSE).
As a containerd sub-project, you will find the:
* [Project governance](https://github.com/containerd/project/blob/main/GOVERNANCE.md),
* [Maintainers](https://github.com/containerd/project/blob/main/MAINTAINERS),
* and [Contributing guidelines](https://github.com/containerd/project/blob/main/CONTRIBUTING.md)
information in our [`containerd/project`](https://github.com/containerd/project) repository.