1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-06 16:06:56 +00:00
kyverno/pkg/controllers/report/background/log.go

8 lines
168 B
Go
Raw Normal View History

package background
import "sigs.k8s.io/controller-runtime/pkg/log"
const controllerName = "background-scan-controller"
var logger = log.Log.WithName(controllerName)