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 3081e30 commit b623835Copy full SHA for b623835
pkg/ansible/proxy/proxy.go
@@ -82,7 +82,7 @@ func CacheResponseHandler(h http.Handler, informerCache cache.Cache, restMapper
82
k, err := restMapper.KindFor(gvr)
83
if err != nil {
84
// break here in case resource doesn't exist in cache
85
- log.Error(err, "didn't find kind")
+ log.Info("cache miss", "GVR", gvr)
86
break
87
}
88
0 commit comments