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.
2 parents de1015e + 88f8454 commit 0629618Copy full SHA for 0629618
controllers/leveltriggered/caching.go
@@ -360,7 +360,7 @@ func newGC(caches cachesInterface, logger logr.Logger) *gc {
360
}
361
362
func (gc *gc) register(key clusterAndGVK) {
363
- gc.log.Info("cache key registered for GC", "key", key)
+ gc.log.Info("cache key registered for GC", "key", key.String())
364
gc.queue.Add(key) // NB not rate limited. Though, this is called when the key is introduced, so it shouldn't matter one way or the other.
365
366
0 commit comments