Skip to content

Commit

Permalink
fix: image logger (kyverno#8040)
Browse files Browse the repository at this point in the history
Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>
Co-authored-by: shuting <shuting@nirmata.com>
  • Loading branch information
eddycharly and realshuting authored Aug 16, 2023
1 parent 703b63d commit 7ea68ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/utils/image/infos.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ import (

"github.com/distribution/distribution/reference"
"github.com/kyverno/kyverno/pkg/config"
"sigs.k8s.io/controller-runtime/pkg/log"
"github.com/kyverno/kyverno/pkg/logging"
)

var logger = log.Log.WithName("image")
var logger = logging.WithName("image")

type ImageInfo struct {
// Registry is the URL address of the image registry e.g. `docker.io`
Expand Down

0 comments on commit 7ea68ba

Please sign in to comment.