1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-10 09:56:55 +00:00
kyverno/pkg/controllers/config/log.go

6 lines
111 B
Go
Raw Normal View History

package config
import "github.com/kyverno/kyverno/pkg/logging"
var logger = logging.WithName(ControllerName)