Skip to content

Commit

Permalink
Update contributors/devel/sig-instrumentation/migration-to-structured…
Browse files Browse the repository at this point in the history
…-logging.md

Co-authored-by: Chris Negus <cnegus@redhat.com>
  • Loading branch information
pohly and Chris Negus authored Apr 6, 2022
1 parent 6e7ae08 commit 19067cd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ should be applicable at later stages or for other projects using `klog` logging
### About the migration

We would like for the Kubernetes community to settle on one preferred log message structure and log calls as defined by [logr].
The goal of the migration is to switch C like format string logs to structured logs with explicit metadata about parameters and
The goal of the migration is to switch C-like format string logs to structured logs with explicit metadata about parameters and
to remove the global logger in klog with a `logr.Logger` instance that gets chosen by the caller of a function.

Migration within the structured logging working group happens in two different ways - organized & non-organized.
Expand Down

0 comments on commit 19067cd

Please sign in to comment.