Registry / logging / zitadel-logging

zitadel-logging

JSON →
library0.7.0gogounverified

Package logging provides a wrapper around logrus with additional features, but is deprecated in favor of the standard slog package.

go get github.com/zitadel/logging
INSTALL
IMPORT
SIG · ZITADEL-LOGGING
Z
zitadel-logging
logginggov0.7.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.

logging
github.com/zitadel/logging

Creates a logger and logs an info message.

package main import ( "github.com/zitadel/logging" ) func main() { logging.New().Info("Hello, world!") }
Debug
Known issues
breakingPackage is deprecated; use slog instead.
fix
Replace with log/slog from the standard library.
affects: >=0.7.0
Upgrade
Version history
0.7.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
32 hits · last 30 days
node
28
OpenAI (training)
1
Resources
zitadel-logging — go get zitadel-logging · libregistry