We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13b05ef commit 05d90aaCopy full SHA for 05d90aa
pkg/epp/scheduling/framework/plugins/multi/prefix/plugin.go
@@ -148,7 +148,7 @@ func New(ctx context.Context, config Config) *Plugin {
148
capacity := config.LRUCapacityPerServer
149
if capacity <= 0 {
150
capacity = DefaultLRUCapacityPerServer
151
- log.FromContext(context.TODO()).V(logutil.DEFAULT).Info(
+ log.FromContext(ctx).V(logutil.DEFAULT).Info(
152
"LRUCapacityPerServer is not positive, using default value",
153
"defaultCapacity", DefaultLRUCapacityPerServer,
154
)
0 commit comments