github.com/go-logr/logr
go
pkg:golang/github.com/go-logr/logr
1,153 Dependabot PRs
3 days ago
582 repositories
11 repositories
Recent PRs (filtered by: Patch PRs )
build(deps): bump github.com/go-logr/logr from 1.4.2 to 1.4.3 in the go-deps group
awslabs/operatorpkg #159
build(deps): Bump github.com/go-logr/logr from 1.4.2 to 1.4.3
fluent/fluent-operator #1632
Bump github.com/go-logr/logr from 1.4.2 to 1.4.3
ironcore-dev/metal-operator #353
:seedling: Bump github.com/go-logr/logr from 1.4.2 to 1.4.3
vmware-tanzu/load-balancer-operator-for-kubernetes #440
Bump github.com/go-logr/logr from 1.4.2 to 1.4.3
frantjc/sindri #98
Bump github.com/go-logr/logr from 1.4.2 to 1.4.3
mongodb/mongodb-kubernetes-operator #1720
Bump github.com/go-logr/logr from 1.4.2 to 1.4.3
antrea-io/antrea-ui #774
Bump the go-dependencies group across 1 directory with 6 updates
Bump the all-gomod group across 1 directory with 4 updates
Thiht/transactor #49
build(deps): bump github.com/go-logr/logr from 1.4.2 to 1.4.3 in the gomod group
piraeusdatastore/linstor-csi #339
build(deps): bump the all group across 1 directory with 28 updates
joejstuart/ec-cli #219
Bump github.com/go-logr/logr from 1.4.2 to 1.4.3
planetlabs/go-stac #231
Bump github.com/go-logr/logr from 1.4.2 to 1.4.3
IBM/csi-volume-group-operator #198
Bump the go-deps group across 1 directory with 9 updates
build(deps): bump github.com/go-logr/logr from 1.4.2 to 1.4.3
openshift/lightspeed-operator #774
vendor: Bump github.com/go-logr/logr from 1.4.2 to 1.4.3 in the github-dependencies group
csi-addons/kubernetes-csi-addons #816
build(deps): bump github.com/go-logr/logr from 1.4.2 to 1.4.3
digitalocean/digitalocean-cloud-controller-manager #835
Bump the misc-dependencies group across 3 directories with 53 updates
smartMinion221/IMA-Authentication #17
dependabot(deps): bump github.com/go-logr/logr from 1.4.2 to 1.4.3
kubernetes-sigs/cluster-api-provider-azure #5665
build(deps): bump github.com/go-logr/logr from 1.4.2 to 1.4.3
coredns/coredns #7344
Bump the misc-dependencies group across 3 directories with 14 updates
kubernetes-sigs/aws-iam-authenticator #859
build(deps): Bump github.com/go-logr/logr from 1.4.2 to 1.4.3
githedgehog/gateway #108
[gomod] bump the dependencies group across 1 directory with 15 updates
open-edge-platform/cluster-manager #89
Bump github.com/go-logr/logr from 1.4.2 to 1.4.3
jordigilh/odf-node-recovery-operator #25
Bump the go group across 5 directories with 2 updates
kubernetes-bifrost/bifrost #97
Bump the go-dependencies group across 1 directory with 20 updates
berops/claudie #1754
Bump github.com/go-logr/logr from 1.4.2 to 1.4.3
bakito/batch-job-controller #553
Bump github.com/go-logr/logr from 1.4.2 to 1.4.3
MarcAntoineRaymond/GomenHashai #30
Bump github.com/go-logr/logr from 1.4.2 to 1.4.3
kubean-io/kubean #1563
build(go): bump github.com/go-logr/logr from 1.4.2 to 1.4.3
jaconi-io/secret-file-provider #187
build(deps): bump github.com/go-logr/logr from 1.4.2 to 1.4.3
isometry/github-token-manager #77
Bump the all-dependencies group across 1 directory with 18 updates
gardener/gardener-extension-provider-gcp #1084
chore: bump github.com/go-logr/logr from 1.4.2 to 1.4.3
open-policy-agent/gatekeeper #3989
Bump github.com/go-logr/logr from 1.4.2 to 1.4.3
ironcore-dev/cluster-api-provider-ironcore-metal #92
Bump the non-gardener-dependencies group with 16 updates
gardener/gardener-extension-provider-aws #1347
Bump github.com/go-logr/logr from 1.4.2 to 1.4.3
afritzler/oopsie #313
Bump github.com/go-logr/logr from 1.4.2 to 1.4.3
IBM/ibm-storage-odf-operator #222
Bump github.com/go-logr/logr from 1.4.2 to 1.4.3
kubernetes-sigs/kueue #5443
Bump github.com/go-logr/logr from 1.4.2 to 1.4.3
projectcontour/contour-authserver #201
:seedling: bump the dependencies group across 1 directory with 29 updates
Bump github.com/go-logr/logr from 1.4.2 to 1.4.3
theunrepentantgeek/crddoc #107
Bump the github-dependencies group across 1 directory with 4 updates
kubernetes-csi/node-driver-registrar #516
Bump github.com/go-logr/logr from 1.4.2 to 1.4.3
IBM/ibm-block-csi-operator #428
Bump the github-dependencies group with 7 updates
kubernetes-csi/external-attacher #653
build(deps): bump the minor-and-patch group across 1 directory with 8 updates
Bump github.com/go-logr/logr from 1.4.2 to 1.4.3 in the gomod group
submariner-io/subctl #1411
:seedling: Bump the gomod group across 2 directories with 7 updates
ossf/scorecard #4646
Package Details
| Name: | github.com/go-logr/logr |
| Ecosystem: | go |
| PURL Type: | golang |
| Package URL: | pkg:golang/github.com/go-logr/logr |
| JSON API: | View JSON |
Package Information
Package logr defines a general-purpose logging API and abstract interfaces to back that API. Packages in the Go ecosystem can depend on this package, while callers can implement logging with whatever backend is appropriate. Logging is done using a Logger instance. Logger is a concrete type with methods, which defers the actual logging to a LogSink interface. The main methods of Logger are Info() and Error(). Arguments to Info() and Error() are key/value pairs rather than printf-style formatted strings, emphasizing "structured logging". With Go's standard log package, we might write: With logr's structured logging, we'd write: Errors are much the same. Instead of: We'd write: Info() and Error() are very similar, but they are separate methods so that LogSink implementations can choose to do things like attach additional information (such as stack traces) on calls to Error(). Error() messages are always logged, regardless of the current verbosity. If there is no error instance available, passing nil is valid. Often we want to log information only when the application in "verbose mode". To write log lines that are more verbose, Logger has a V() method. The higher the V-level of a log line, the less critical it is considered. Log-lines with V-levels that are not enabled (as per the LogSink) will not be written. Level V(0) is the default, and logger.V(0).Info() has the same meaning as logger.Info(). Negative V-levels have the same meaning as V(0). Error messages do not have a verbosity level and are always logged. Where we might have written: We can write: Logger instances can have name strings so that all messages logged through that instance have additional context. For example, you might want to add a subsystem name: The WithName() method returns a new Logger, which can be passed to constructors or other functions for further use. Repeated use of WithName() will accumulate name "segments". These name segments will be joined in some way by the LogSink implementation. It is strongly recommended that name segments contain simple identifiers (letters, digits, and hyphen), and do not contain characters that could muddle the log output or confuse the joining operation (e.g. whitespace, commas, periods, slashes, brackets, quotes, etc). Logger instances can store any number of key/value pairs, which will be logged alongside all messages logged through that instance. For example, you might want to create a Logger instance per managed object: With the standard log package, we might write: With logr we'd write: Logger has very few hard rules, with the goal that LogSink implementations might have a lot of freedom to differentiate. There are, however, some things to consider. The log message consists of a constant message attached to the log line. This should generally be a simple description of what's occurring, and should never be a format string. Variable information can then be attached using named values. Keys are arbitrary strings, but should generally be constant values. Values may be any Go value, but how the value is formatted is determined by the LogSink implementation. Logger instances are meant to be passed around by value. Code that receives such a value can call its methods without having to check whether the instance is ready for use. The zero logger (= Logger{}) is identical to Discard() and discards all log entries. Code that receives a Logger by value can simply call it, the methods will never crash. For cases where passing a logger is optional, a pointer to Logger should be used. Keys are not strictly required to conform to any specification or regex, but it is recommended that they: These guidelines help ensure that log data is processed properly regardless of the log implementation. For example, log implementations will try to output JSON data or will store data for later database (e.g. SQL) queries. While users are generally free to use key names of their choice, it's generally best to avoid using the following keys, as they're frequently used by implementations: Implementations are encouraged to make use of these keys to represent the above concepts, when necessary (for example, in a pure-JSON output form, it would be necessary to represent at least message and timestamp as ordinary named values). Implementations may choose to give callers access to the underlying logging implementation. The recommended pattern for this is: Logger grants access to the sink to enable type assertions like this: Custom `With*` functions can be implemented by copying the complete Logger struct and replacing the sink in the copy: Don't use New to construct a new Logger with a LogSink retrieved from an existing Logger. Source code attribution might not work correctly and unexported fields in Logger get lost. Beware that the same LogSink instance may be shared by different logger instances. Calling functions that modify the LogSink will affect all of those.
| Repository: | https://github.com/go-logr/logr |
| Homepage: | https://github.com/go-logr/logr |
| Latest Release: |
v1.4.3
6 months ago |
| Dependent Repos: | 50,012 |
| Dependent Packages: | 36,835 |
| Ranking: | Top 0.0239% by dependent repos Top 0.0085% by dependent pkgs |