Registry / logging / containerd-log

containerd-log

JSON →
library0.1.0gogounverified

Provides logging types and functions with logrus aliases for transitioning away from hard-coding logrus.

go get github.com/containerd/log
INSTALL
IMPORT
SIG · CONTAINERD-LOG
C
containerd-log
logginggov0.1.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

log
github.com/containerd/log

Log a message using the package's global logger.

package main import ( "context" "github.com/containerd/log" ) func main() { log.G(context.Background()).Info("Hello, containerd log!") }
Debug
Known issues
gotchaThis package is transitional and may not provide the full logrus API in the future.
fix
Avoid relying on less common logrus features; plan to migrate to a stable logging interface.
affects: >=0.1.0
Upgrade
Version history
0.1.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
33 hits · last 30 days
node
26
OpenAI (training)
1
Resources
containerd-log — go get containerd-log · libregistry