1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2024-12-14 11:57:48 +00:00
kyverno/pkg/config/log.go

6 lines
105 B
Go
Raw Normal View History

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