mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-09 09:26:54 +00:00
9 lines
139 B
Go
9 lines
139 B
Go
|
package autogenv2
|
||
|
|
||
|
import "github.com/kyverno/kyverno/pkg/logging"
|
||
|
|
||
|
var (
|
||
|
logger = logging.WithName("autogen-v2")
|
||
|
debug = logger.V(5)
|
||
|
)
|