We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e50bc83 commit 07bd3b9Copy full SHA for 07bd3b9
alias.go
@@ -126,6 +126,10 @@ var (
126
Log = log.Log
127
128
// LoggerFrom returns a logger with predefined values from a context.Context.
129
+ // The logger, when used with controllers, can be expected to contain basic information about the object
130
+ // that's being reconciled like:
131
+ // - `reconcilerGroup` and `reconcilerKind` coming from the For(...) object passed in when building a controller.
132
+ // - `name` and `namespace` injected from the reconciliation request.
133
//
134
// This is meant to be used with the context supplied in a struct that satisfies the Reconciler interface.
135
LoggerFrom = log.FromContext
0 commit comments