Package Usage: go: github.com/go-logr/zapr
Package zapr defines an implementation of the github.com/go-logr/logr
interfaces built on top of Zap (go.uber.org/zap).
A new logr.Logger can be constructed from an existing zap.Logger using
the NewLogger function:
For the most part, concepts in Zap correspond directly with those in
logr.
Unlike Zap, all fields *must* be in the form of sugared fields --
it's illegal to pass a strongly-typed Zap field in a key position
to any of the log methods.
Levels in logr correspond to custom debug levels in Zap. Any given level
in logr is represents by its inverse in zap (`zapLevel = -1*logrLevel`).
For example V(2) is equivalent to log level -2 in Zap, while V(1) is
equivalent to Zap's DebugLevel.
12 versions
Latest release: over 1 year ago
6,557 dependent packages
View more package details: https://packages.ecosystem.code.gouv.fr/registries/proxy.golang.org/packages/github.com/go-logr/zapr
Dependent Repos 4
swh/infra/ci-cd/3rdparty/cert-manager-webhook-gandi
Last synced: 7 months ago - Pushed: 11 months ago
InseeFrLab/onyxia-onboarding-operator
An operator for onyxia's onboarding tasksSize: 71.3 KB - Last synced: 7 days ago - Pushed: over 1 year ago

InseeFrLab/s3-operator
A simple operator to dynamically create S3 buckets and policiesSize: 331 KB - Last synced: 7 days ago - Pushed: 7 days ago

SocialGouv/secretgen-controller Fork of carvel-dev/secretgen-controller
secretgen-controller provides CRDs to specify what secrets need to be on Kubernetes cluster (to be generated or not)Size: 30.4 MB - Last synced: 5 days ago - Pushed: 11 months ago

SocialGouv/oblik
An operator designed to watch VPA objects and apply resources recommendations to Deployments and StatefulSets based on configurable annotationsSize: 9.01 MB - Last synced: 5 days ago - Pushed: 10 days ago


